Calendar

Update User Availability

Update an availability rule for the current user.

  • availability_id: The ID of the availability rule to update
  • day_of_week: Optional new day of the week
  • start_time: Optional new start time
  • end_time: Optional new end time
patch/calendars/availability/{availability_id}

Path parameters

availability_idstring uuid required

Request body

day_of_week'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'sunday'

Day of week enum

start_timestring time nullable
end_timestring time nullable

Response

Successful Response

availability_idstring uuid required
user_idstring uuid required
day_of_week'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'sunday' required

Day of week enum

start_timestring time required
end_timestring time required

Changes