Skip to content

Commit 8892359

Browse files
committed
Fixed the conversion(s) typo in scripts
1 parent 778ea8a commit 8892359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/remote-rendering/how-tos/conversion/conversion-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Your Azure Remote Rendering Account needs to have access to the provided storage
4242

4343
| Endpoint | Method |
4444
|-----------|:-----------|
45-
| /v1/accounts/**accountID**/conversion/create | POST |
45+
| /v1/accounts/**accountID**/conversions/create | POST |
4646

4747
Returns the ID of the ongoing conversion, wrapped in a JSON document. The field name is "conversionId".
4848

@@ -72,7 +72,7 @@ If your ARR account isn't linked to your storage account, this REST interface al
7272

7373
| Endpoint | Method |
7474
|-----------|:-----------|
75-
| /v1/accounts/**accountID**/conversion/createWithSharedAccessSignature | POST |
75+
| /v1/accounts/**accountID**/conversions/createWithSharedAccessSignature | POST |
7676

7777
Returns the ID of the ongoing conversion, wrapped in a JSON document. The field name is "conversionId".
7878

0 commit comments

Comments
 (0)