diff --git a/src/api-explorer/v3-0/Locations.swagger2.json b/src/api-explorer/v3-0/Locations.swagger2.json index 98896bcdd..c63eb2b20 100644 --- a/src/api-explorer/v3-0/Locations.swagger2.json +++ b/src/api-explorer/v3-0/Locations.swagger2.json @@ -113,13 +113,13 @@ "tags": [ "Resources" ], - "summary": "Retrieves a location by ID.", + "summary": "Retrieves a location by ID or UUID.", "description": "Gets details of the specified location.", "parameters": [ { "name": "id", "in": "path", - "description": "The ID of the location.", + "description": "The ID or UUID of the location.", "required": true, "type": "string" } @@ -186,6 +186,10 @@ "URI": { "type": "string", "description": "The URI to the resource." + }, + "LocationNameId": { + "type": "string", + "description": "The unique universal identifier of the resource." } } }, diff --git a/src/api-reference/common/locations/v3.locations.markdown b/src/api-reference/common/locations/v3.locations.markdown index 218e761c2..9bc959703 100644 --- a/src/api-reference/common/locations/v3.locations.markdown +++ b/src/api-reference/common/locations/v3.locations.markdown @@ -45,7 +45,7 @@ GET /api/v3.0/common/locations/{id} Name|Type|Format|Description ---|---|---|--- -`id`|`string`|`path`|**Required** The ID of the location. +`id`|`string`|`path`|**Required** The ID or UUID of the location. ## Schema @@ -71,3 +71,4 @@ Name|Type|Format|Description `Longitude`|`Decimal`|-|The longitude of the geocode for the location. `Name`|`string`|-|The location name. Maximum length: 64 characters `URI`|`string`|-|The URI to the resource. +`LocationNameId`|`string`|-|The unique universal identifier of the resource.