UpdateOpeningRequest
Request schema for updating an opening.
datedate
The date of the opening.
end_timestring
The end time of the opening (24-hour clock, e.g. 17:00). Must be after the start time.
start_timestring
The start time of the opening (24-hour clock, e.g. 09:00).
time_zonestring
The IANA time zone the opening's times are authored in.
titlestringnullable
An optional display title for the opening.
UpdateOpeningRequest
{
"date": "2025-06-15",
"end_time": "16:00",
"start_time": "10:00",
"time_zone": "America/New_York",
"title": "Extra clinic hours"
}