Skip to main content
PATCH
Activate or deactivate appointment calendar

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Appointment calendar id. Get it from appointmentCalendars.list.

Pattern: ^\d+$

Body

application/json
active
boolean
required

Whether the calendar should accept new bookings.

Response

OK

The response is of type any.