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