docs/CreateQueueRequest.md in purecloudplatformclientv2-39.1.0 vs docs/CreateQueueRequest.md in purecloudplatformclientv2-40.0.0

- old
+ new

@@ -7,10 +7,10 @@ |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | -| **division** | [**Division**](Division.html) | The division to which this entity belongs. | [optional] | +| **division** | [**WritableDivision**](WritableDivision.html) | The division to which this entity belongs. | [optional] | | **description** | **String** | The queue description. | [optional] | | **version** | **Integer** | The current version of the queue. | [optional] | | **date_created** | **DateTime** | The date the queue was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **date_modified** | **DateTime** | The date of the last modification to the queue. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **modified_by** | **String** | The ID of the user that last modified the queue. | [optional] |