v1
latestOpenAPI 3.0.02026-07-24176123205.3 KBSchedules
Create a fixed time slot
Create a new fixed time slot for the schedule
post/participant-pool-schedules/{participantPoolScheduleId}/fixed-time-slots
Request body
Example request
{
"date": "2024-12-25",
"startTime": "09:00",
"endTime": "17:00",
"timezone": "America/New_York"
}Response
Fixed time slot created successfully
Example response
{
"date": "2024-12-25",
"startTime": "09:00",
"endTime": "17:00",
"timezone": "America/New_York"
}