booking_pages_update
Update an existing booking page by event type ID. Only the fields you provide are updated, with support for nested JSON fields.
Instructions
Update an existing booking page by its event type ID. Requires the booking_pages:write scope. Only fields you pass are updated. Nested fields (--availability, --custom-questions, --duration-options) accept JSON and replace the previous value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventTypeId | Yes | ||
| title | No | ||
| isActive | No | ||
| slug | No | ||
| description | No | ||
| duration | No | ||
| location | No | ||
| videoProvider | No | ||
| calendarKey | No | ||
| timezone | No | ||
| username | No | ||
| displayName | No | ||
| eventNameTemplate | No | ||
| minNoticeMinutes | No | ||
| maxDaysAhead | No | ||
| beforeEventBuffer | No | ||
| afterEventBuffer | No | ||
| slotInterval | No | ||
| availability | No | ||
| customQuestions | No | ||
| durationOptions | No |