SpecialScheduleUpdate
idinteger
ID of the special schedule to update
_destroyboolean
Set to true to destroy this special schedule
datestring<date>
Date for this special schedule
start_timestring<time>
Start time for this schedule
end_timestring<time>
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
}