update-event-type
Modify an existing event type by changing its title, slug, description, duration, locations, booking fields, or visibility. Provide the event type ID and updated values.
Instructions
Update an existing event type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | New URL slug | |
| title | No | New title | |
| hidden | No | Whether the event type is hidden | |
| locations | No | Updated locations | |
| description | No | New description | |
| eventTypeId | Yes | The event type ID to update | |
| bookingFields | No | Updated booking fields | |
| lengthInMinutes | No | New duration in minutes |