|
222 | 222 | },
|
223 | 223 | "get": {
|
224 | 224 | "description": "**Applies to:** see [pricing tiers](https://aka.ms/AzureMapsPricingTier).\n\nCreator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. See the [Creator for indoor maps](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article for an introduction to the Azure Maps Creator concepts and tools.\n\nThis API allows the caller to fetch a list of all routesets in the current Azure Maps Creator account.",
|
225 |
| - "operationId": "routesetList", |
| 225 | + "operationId": "Routeset_List", |
226 | 226 | "x-ms-examples": {
|
227 | 227 | "Enumerate all routesets for a given subscription": {
|
228 | 228 | "$ref": "./examples/wayfind/Routeset_List.json"
|
|
256 | 256 | "/routesets/{routesetId}": {
|
257 | 257 | "get": {
|
258 | 258 | "description": "**Applies to:** see [pricing tiers](https://aka.ms/AzureMapsPricingTier).\n\nCreator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. See the [Creator for indoor maps](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article for an introduction to the Azure Maps Creator concepts and tools.\n\nThis API allows the caller to fetch a routeset.",
|
259 |
| - "operationId": "routesetGet", |
| 259 | + "operationId": "Routeset_Get", |
260 | 260 | "x-ms-examples": {
|
261 | 261 | "Get details for a previously created dataset": {
|
262 | 262 | "$ref": "./examples/wayfind/Routeset_Get.json"
|
|
287 | 287 | },
|
288 | 288 | "delete": {
|
289 | 289 | "description": "**Applies to:** see [pricing tiers](https://aka.ms/AzureMapsPricingTier).\n\nCreator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. See the [Creator for indoor maps](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article for an introduction to the Azure Maps Creator concepts and tools.\n\nThis API allows the caller to delete an existing routeset. Use this API when a routeset is no longer needed.\n\n### Submit Delete Request\n\nTo delete your routeset, send a `DELETE` request with the `routesetId` of the routeset to delete.",
|
290 |
| - "operationId": "routesetDelete", |
| 290 | + "operationId": "Routeset_Delete", |
291 | 291 | "x-ms-examples": {
|
292 | 292 | "Delete an existing routeset": {
|
293 | 293 | "$ref": "./examples/wayfind/Routeset_Delete.json"
|
|
317 | 317 | "/routesets/operations/{operationId}": {
|
318 | 318 | "get": {
|
319 | 319 | "description": "This API allows the caller to view the current progress of a routeset operation. The path is obtained from a call to the Create Routeset API.\n\n### Submit Operations Request\n\nTo view the current progress of a routeset operation, you will use a `GET` request with the `operationId` of the desired operation.\n\n### Operation Response\n\nWhile in progress, a `200-OK` http status code will be returned with no extra headers. If the operation succeeds, a `200-OK` http status code with Resource-Location header will be returned.",
|
320 |
| - "operationId": "routesetGetOperation", |
| 320 | + "operationId": "Routeset_GetOperation", |
321 | 321 | "x-ms-examples": {
|
322 | 322 | "Get the status of an operation which is still running": {
|
323 | 323 | "$ref": "./examples/wayfind/Routeset_GetOperationStillRunning.json"
|
|
0 commit comments