v1
latestOpenAPI 3.0.02026-07-24176123205.3 KBSchedules
Update a fixed time slot
Update an existing fixed time slot
put/participant-pool-schedules/{participantPoolScheduleId}/fixed-time-slots/{id}
Request body
Example request
{
"date": "2024-12-25",
"startTime": "09:00",
"endTime": "17:00",
"timezone": "America/New_York"
}Response
Fixed time slot updated successfully
Example response
{
"date": "2024-12-25",
"startTime": "09:00",
"endTime": "17:00",
"timezone": "America/New_York"
}