Create or update office hours for a specific day of the week. Set isClosed to true to mark the office as closed on that day. When isClosed is false, open and close times are required.
The ID of the organization
Payload to create or update office hours for a specific day
MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY Whether the office is closed on this day. When true, open and close times are not required.
Opening time in HH:mm format (e.g., '09:00'). Required when isClosed is false.
^([01]?[0-9]|2[0-3]):[0-5][0-9]$Closing time in HH:mm format (e.g., '17:00'). Required when isClosed is false.
^([01]?[0-9]|2[0-3]):[0-5][0-9]$