docs/ManagementUnit.md in purecloudplatformclientv2-20.0.0 vs docs/ManagementUnit.md in purecloudplatformclientv2-21.0.0
- old
+ new
@@ -7,13 +7,15 @@
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
| **name** | **String** | | [optional] |
-| **start_day_of_week** | **String** | Start day of week for workforce management planning purposes | [optional] |
+| **start_day_of_week** | **String** | Start day of week for scheduling and forecasting purposes | [optional] |
| **time_zone** | **String** | The time zone for the management unit in standard Olson Format (See https://en.wikipedia.org/wiki/Tz_database) | [optional] |
-| **version** | **Integer** | The version of the underlying ManagementUnit object. Useful for handling eventual consistency issues. User must submit the current version they of the ManagementUnit in any write requests | |
-| **date_modified** | **DateTime** | The date and time at which this management unit was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
+| **settings** | [**ManagementUnitSettings**](ManagementUnitSettings.html) | The configuration settings for this management unit | [optional] |
+| **version** | **Integer** | The version of the underlying entity | |
+| **date_modified** | **DateTime** | The date and time at which this entity was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
+| **modified_by** | [**User**](User.html) | The user who last modified this entity | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}