Skip to content

Commit b338ab1

Browse files
Merge pull request #224430 from stevemunk/SM-Routset-typo
Update how-to-creator-wayfinding.md
2 parents 039042b + 8245589 commit b338ab1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-maps/how-to-creator-wayfinding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ To check the status of the routeset creation process and retrieve the routesetId
5454
1. Execute the following **HTTP GET request**:
5555
5656
```http
57-
https://us.atlas.microsoft.com/routsets/operations/{operationId}?api-version=2022-09-01-preview0&subscription-key={Your-Azure-Maps-Subscription-key}
57+
https://us.atlas.microsoft.com/routesets/operations/{operationId}?api-version=2022-09-01-preview&subscription-key={Your-Azure-Maps-Subscription-key}
5858
5959
```
6060
6161
> [!NOTE]
6262
> Get the `operationId` from the Operation-Location key in the response header when creating a new routeset.
6363
64-
1. Copy the value of the **Resource-Location** key from the responses header. This is the resource location URL and contains the `routsetId`, as shown below:
64+
1. Copy the value of the **Resource-Location** key from the responses header. This is the resource location URL and contains the `routesetId`, as shown below:
6565
6666
> https://us.atlas.microsoft.com/routesets/**675ce646-f405-03be-302e-0d22bcfe17e8**?api-version=2022-09-01-preview
6767
@@ -74,7 +74,7 @@ The `facilityId`, a property of the routeset, is a required parameter when searc
7474
1. Execute the following **HTTP GET request**:
7575
7676
```http
77-
https://us.atlas.microsoft.com/routsets/{routesetId}?api-version=2022-09-01-preview0&subscription-key={Your-Azure-Maps-Subscription-key}
77+
https://us.atlas.microsoft.com/routesets/{routesetId}?api-version=2022-09-01-preview&subscription-key={Your-Azure-Maps-Subscription-key}
7878
7979
```
8080

0 commit comments

Comments
 (0)