docs/LocationCreateUpdateDefinition.md in purecloudplatformclientv2-67.0.0 vs docs/LocationCreateUpdateDefinition.md in purecloudplatformclientv2-68.0.0
- old
+ new
@@ -6,16 +6,16 @@
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **name** | **String** | The name of the Location. | |
-| **address** | [**LocationAddress**](LocationAddress.html) | | [optional] |
-| **emergency_number** | [**LocationEmergencyNumber**](LocationEmergencyNumber.html) | | [optional] |
-| **version** | **Integer** | | [optional] |
+| **version** | **Integer** | Current version of the location | [optional] |
| **state** | **String** | Current activity status of the location. | [optional] |
-| **notes** | **String** | | [optional] |
-| **contact_user** | **String** | The user id of the location contact | [optional] |
-| **path** | **Array<String>** | | [optional] |
+| **path** | **Array<String>** | A list of ancestor ids | [optional] |
| **address_verified** | **BOOLEAN** | | [optional] |
+| **notes** | **String** | Notes for the location | [optional] |
+| **contact_user** | **String** | The user id of the location contact | [optional] |
+| **emergency_number** | [**LocationEmergencyNumber**](LocationEmergencyNumber.html) | Emergency number for the location | [optional] |
+| **address** | [**LocationAddress**](LocationAddress.html) | Address of the location | [optional] |
{: class="table table-striped"}