Skip to main content

RegularScheduleUpdate

idinteger

ID of the regular schedule to update

_destroyboolean

Set to true to destroy this regular schedule

days object

Days of the week when this schedule is active

monboolean
tueboolean
wedboolean
thuboolean
friboolean
satboolean
sunboolean
start_timetime

Start time for this schedule

end_timetime

End time for this schedule

RegularScheduleUpdate
{
"id": 0,
"_destroy": true,
"days": {
"mon": true,
"tue": true,
"wed": true,
"thu": true,
"fri": true,
"sat": true,
"sun": true
},
"start_time": "string",
"end_time": "string"
}