From 4ffc26d41b92fb07f1caa4d868cfcec7b56add4d Mon Sep 17 00:00:00 2001 From: gesslinger <20811609+gesslinger@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:08:29 +0200 Subject: [PATCH] fix: ignore links --- DataLake_provideAccessToken/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DataLake_provideAccessToken/readme.md b/DataLake_provideAccessToken/readme.md index 1204304..70a74e2 100644 --- a/DataLake_provideAccessToken/readme.md +++ b/DataLake_provideAccessToken/readme.md @@ -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: + 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)