Update Event Type
Partially update an event type. If `name` changes and no explicit `slug` is provided, the slug is regenerated.
Auth required: Yes
id (path, string) (required)name: stringslug: stringdescription: stringduration_minutes: integerbuffer_minutes: integerschedule_id: string — Schedule ID (null to clear)days_ahead_min: integerdays_ahead_max: integercolor: stringprice_amount: integer — Price in cents (null to clear)price_currency: string — ISO 4217 currency codebooking_questions: array — Custom fields to collect at booking time. null to clear.active: boolean200: Event type updated400: Validation error401: Authentication required or invalid404: Resource not foundRequires authentication. Pass a Bearer token (Supabase JWT) or an API key (`Authorization: Bearer vennio_sk_live_*`) in the request headers.
Base URL: https://api.vennio.app