docs/UserScheduleShift.md in purecloudplatformclientv2-32.0.0 vs docs/UserScheduleShift.md in purecloudplatformclientv2-33.0.0

- old
+ new

@@ -5,11 +5,14 @@ ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| +| **id** | **String** | ID of the schedule shift. This is only for the case of updating and deleting an existing shift | [optional] | | **start_date** | **DateTime** | Start time in UTC for this shift. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **length_in_minutes** | **Integer** | Length of this shift in minutes | [optional] | | **activities** | [**Array<UserScheduleActivity>**](UserScheduleActivity.html) | List of activities in this shift | [optional] | +| **delete** | **BOOLEAN** | If marked true for updating this schedule shift, it will be deleted | [optional] | +| **manually_edited** | **BOOLEAN** | Whether the shift was set as manually edited | [optional] | {: class="table table-striped"}