docs/WorkforceManagementApi.md in purecloudplatformclientv2-44.0.0 vs docs/WorkforceManagementApi.md in purecloudplatformclientv2-45.0.0
- old
+ new
@@ -2147,11 +2147,11 @@
api_instance = PureCloud::WorkforceManagementApi.new
management_unit_id = "management_unit_id_example" # String | The ID of the management unit, or 'mine' for the management unit of the logged-in user.
opts = {
- expand: "expand_example" # String |
+ expand: ["expand_example"] # Array<String> |
}
begin
#Get work plans
result = api_instance.get_workforcemanagement_managementunit_workplans(management_unit_id, opts)
@@ -2164,10 +2164,10 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**management_unit_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
- **expand** | **String**| | [optional] <br />**Values**: agentCount |
+ **expand** | [**Array<String>**](String.html)| | [optional] <br />**Values**: agentCount, details |
{: class="table table-striped"}
### Return type