Skip to content

Commit

Permalink
fix: ignore links
Browse files Browse the repository at this point in the history
  • Loading branch information
gesslinger committed Apr 16, 2024
1 parent 8f82542 commit 4ffc26d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DataLake_provideAccessToken/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ The function delivers the body for the API request against the `/api/datalake/v3

## Result
Once the API endpoint is accessed, the user is presented with a JSON response containing the Access Token for IDL.
This can then be used in native S3-Tools to be worked with and connect to the IDL:
This can then be used in native S3-Tools to be worked with and connect to the IDL:
<!-- markdown-link-check-disable-next-line -->
In this example, calling the full API endpoint https://presiot-visualflowcreatorhttp.eu1.mindsphere.io/public/presiot/getAccessTokenForIDL?key=1a03090a3cc44d56c57d5cd7d545899219523b5127079317fcc2c637b3a0cab23cc1fcadce75196b36f761428e6ee80dacc64e4349928b23a2cf8e0e6495b897 results in a JSON response like shown below.
![image](./doc/result_IDL_AccessToken.png)

Expand Down

0 comments on commit 4ffc26d

Please sign in to comment.