Calendar

Update Customer Availability

Update a default availability rule for the current customer.

  • 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/customer-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
customer_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

No recorded changes to this endpoint across all 1 revision of this API.