Skip to content

Commit 7ab5354

Browse files
Merge pull request #218994 from Juliako/patch-29
Update logic-apps-connector-arm-accounts.md
2 parents d38ab3a + 6ddfe34 commit 7ab5354

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/azure-video-indexer/logic-apps-connector-arm-accounts.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 11/16/2022
1313
Azure Video Indexer (AVI) [REST API](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Upload-Video) supports both server-to-server and client-to-server communication. The API enables you to integrate video and audio insights into your application logic.
1414

1515
> [!TIP]
16-
> For the latest `api-version`, chose the latest stable version in our documentation.
16+
> For the latest `api-version`, chose the latest stable version in [our REST documentation](/rest/api/videoindexer/stable/generate).
1717
1818
To make the integration easier, we support [Logic Apps](https://azure.microsoft.com/services/logic-apps/) and [Power Automate](https://preview.flow.microsoft.com/connectors/shared_videoindexer-v2/video-indexer-v2/) connectors that are compatible with the Azure Video Indexer API.
1919

@@ -115,12 +115,12 @@ The following image shows the first flow:
115115
116116
Search and create an **HTTP** action.
117117

118-
|Key| Value|
119-
|----|----|
120-
|Method | **POST**|
121-
| URI| [generateAccessToken](/rest/api/videoindexer/stable/generate/access-token?tabs=HTTP#generate-accesstoken-for-account-contributor). |
122-
| Body|`{ "permissionType": "Contributor", "scope": "Account" }` |
123-
| Add new parameter | **Authentication** |
118+
|Key| Value|Notes|
119+
|----|----|---|
120+
|Method | **POST**||
121+
| URI| [generateAccessToken](/rest/api/videoindexer/stable/generate/access-token?tabs=HTTP#generate-accesstoken-for-account-contributor). ||
122+
| Body|`{ "permissionType": "Contributor", "scope": "Account" }` |See the [REST doc example](/rest/api/videoindexer/preview/generate/access-token?tabs=HTTP#generate-accesstoken-for-account-contributor), make sure to delete the **POST** line.|
123+
| Add new parameter | **Authentication** ||
124124

125125
![Screenshot of the HTTP access token.](./media/logic-apps-connector-arm-accounts/http-with-param.png)
126126

0 commit comments

Comments
 (0)