v1

latestOpenAPI 3.0.02026-07-24176123205.3 KB
Schedules

Update a recurring time slot

Update an existing recurring time slot

put/participant-pool-schedules/{participantPoolScheduleId}/recurring-time-slots/{id}

Request body

idstring

Unique identifier for this recurring time slot

dayOfWeekinteger required

Day of week (0=Sunday, 1=Monday, ..., 6=Saturday)

startTimestring required

Start time in HH:MM format (24-hour)

endTimestring required

End time in HH:MM format (24-hour)

kind'AVAILABLE' | 'UNAVAILABLE' required

Type of time slot for participant pool schedule

timezonestring

Timezone for this time slot

effectiveFromstring date

Date when this recurring pattern becomes effective

effectiveUntilstring date

Date when this recurring pattern expires (optional)

isActiveboolean

Whether this recurring time slot is currently active

createdAtstring date-time

Timestamp when the recurring time slot was created

updatedAtstring date-time

Timestamp when the recurring time slot was last updated

Example request

{
  "startTime": "09:00",
  "endTime": "17:00",
  "timezone": "America/New_York"
}

Response

Recurring time slot updated successfully

idstring

Unique identifier for this recurring time slot

dayOfWeekinteger required

Day of week (0=Sunday, 1=Monday, ..., 6=Saturday)

startTimestring required

Start time in HH:MM format (24-hour)

endTimestring required

End time in HH:MM format (24-hour)

kind'AVAILABLE' | 'UNAVAILABLE' required

Type of time slot for participant pool schedule

timezonestring

Timezone for this time slot

effectiveFromstring date

Date when this recurring pattern becomes effective

effectiveUntilstring date

Date when this recurring pattern expires (optional)

isActiveboolean

Whether this recurring time slot is currently active

createdAtstring date-time

Timestamp when the recurring time slot was created

updatedAtstring date-time

Timestamp when the recurring time slot was last updated

Example response

{
  "startTime": "09:00",
  "endTime": "17:00",
  "timezone": "America/New_York"
}