Update a meeting type
update_meeting_typeChange selected fields of a meeting type while leaving other settings unchanged. Configure booking page details, duration, channel, buffers, redirects, and availability options.
Instructions
Change a meeting type. Only the fields you send change; everything you leave out keeps its current value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Shown on the booking page | |
| slug | No | URL segment of the booking page | |
| color | No | Hex, e.g. #e55000 | |
| spots | No | ||
| channel | No | Where the meeting happens. "local" is at the host address. | |
| duration | No | Minutes, 5 to 480 | |
| redirect | No | URL to send attendees to after booking | |
| bufferAfter | No | Minutes, max 120 | |
| description | No | Shown on the booking page. Pass "" for none. | |
| bufferBefore | No | Minutes, max 120 | |
| meetingTypeId | Yes | ||
| enableRedirect | No | ||
| showAvailableSlots | No | ||
| passEventDetailsToRedirect | No | ||
| bufferMustStayWithinWorkingHours | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| slug | No | URL segment of the public booking page | |
| spots | No | Attendees per slot | |
| userId | No | Host, for a single-host type | |
| queueId | No | Round-robin queue, when the type is shared | |
| meetingInfo | No | Booking-page settings of the meeting type |