PATCH
Update Calendar
Updates one or more fields on an existing calendar.
PATCH
https://api.vantaxai.com/v1/calendars/{calendar_id}Only include the fields you want to change. `slot_duration_minutes` is clamped to the 5–480 minute range.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Content-TypestringrequiredMust be application/json for requests with a body.
example: application/json
Path Parameters
calendar_idstringrequiredThe calendar to update.
example: cal_22f9
Body Parameters
namestringoptionalNew display name.
descriptionstringoptionalUpdated description.
colorstringoptionalNew hex label color.
example: #16a34a
is_activebooleanoptionalEnable or disable bookings on the calendar.
slot_duration_minutesintegeroptionalNew slot length in minutes (5–480).
example: 45