docs/WorkforceManagementApi.md in purecloudplatformclientv2-69.0.0 vs docs/WorkforceManagementApi.md in purecloudplatformclientv2-70.0.0

- old
+ new

@@ -1439,11 +1439,11 @@ <a name="get_workforcemanagement_managementunit_settings"></a> -## [**ManagementUnitSettings**](ManagementUnitSettings.html) get_workforcemanagement_managementunit_settings(mu_id) +## [**ManagementUnitSettingsResponse**](ManagementUnitSettingsResponse.html) get_workforcemanagement_managementunit_settings(mu_id) <span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span> Get the settings for the requested management unit. Deprecated, use the GET management unit route instead @@ -1493,11 +1493,11 @@ {: class="table table-striped"} ### Return type -[**ManagementUnitSettings**](ManagementUnitSettings.html) +[**ManagementUnitSettingsResponse**](ManagementUnitSettingsResponse.html) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -3102,11 +3102,11 @@ <a name="patch_workforcemanagement_managementunit_settings"></a> -## [**ManagementUnitSettings**](ManagementUnitSettings.html) patch_workforcemanagement_managementunit_settings(mu_id, opts) +## [**ManagementUnitSettingsResponse**](ManagementUnitSettingsResponse.html) patch_workforcemanagement_managementunit_settings(mu_id, opts) Update the settings for the requested management unit @@ -3137,11 +3137,11 @@ api_instance = PureCloud::WorkforceManagementApi.new mu_id = "mu_id_example" # String | The ID of the management unit, or 'mine' for the management unit of the logged-in user. opts = { - body: PureCloud::ManagementUnitSettings.new # ManagementUnitSettings | config + body: PureCloud::ManagementUnitSettingsRequest.new # ManagementUnitSettingsRequest | config } begin #Update the settings for the requested management unit result = api_instance.patch_workforcemanagement_managementunit_settings(mu_id, opts) @@ -3154,16 +3154,16 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **mu_id** | **String**| The ID of the management unit, or &#39;mine&#39; for the management unit of the logged-in user. | | - **body** | [**ManagementUnitSettings**](ManagementUnitSettings.html)| config | [optional] | + **body** | [**ManagementUnitSettingsRequest**](ManagementUnitSettingsRequest.html)| config | [optional] | {: class="table table-striped"} ### Return type -[**ManagementUnitSettings**](ManagementUnitSettings.html) +[**ManagementUnitSettingsResponse**](ManagementUnitSettingsResponse.html) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json