docs/BuRescheduleRequest.md in purecloudplatformclientv2-89.0.0 vs docs/BuRescheduleRequest.md in purecloudplatformclientv2-90.0.0

- old
+ new

@@ -5,11 +5,11 @@ ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| -| **start_date** | **DateTime** | The start of the range to reschedule. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | | -| **end_date** | **DateTime** | The end of the range to reschedule. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | | +| **start_date** | **DateTime** | The start of the range to reschedule. Defaults to the beginning of the schedule. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | +| **end_date** | **DateTime** | The end of the range to reschedule. Defaults the the end of the schedule. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **agent_ids** | **Array<String>** | The IDs of the agents to consider for rescheduling. Omit to consider all agents in the specified management units.Agents not in the specified management units will be ignored | [optional] | | **activity_code_ids** | **Array<String>** | The IDs of the activity codes to consider for rescheduling. Omit to consider all activity codes | [optional] | | **management_unit_ids** | **Array<String>** | The IDs of the management units to reschedule | | | **do_not_change_weekly_paid_time** | **BOOLEAN** | Instructs the scheduler whether it is allowed to change weekly paid time | | | **do_not_change_daily_paid_time** | **BOOLEAN** | Instructs the scheduler whether it is allowed to change daily paid time | |