Skip to main content

SpecialScheduleUpdate

idinteger

ID of the special schedule to update

_destroyboolean

Set to true to destroy this special schedule

datedate

Date for this special schedule

start_timetime

Start time for this schedule

end_timetime

End time for this schedule

closed_all_dayboolean

Whether the schedule is closed all day

SpecialScheduleUpdate
{
"id": 0,
"_destroy": true,
"date": "2024-07-29",
"start_time": "string",
"end_time": "string",
"closed_all_day": true
}