Update Venn Link
Update a Venn Link's settings. The `identifier` parameter should be the Venn Link's UUID.
Auth required: Yes
identifier (path, string) (required) — Venn Link ID (UUID)title: stringdescription: stringduration: integerschedule_id: string — Schedule ID (null to clear)event_type_id: string — Event type ID (null to clear)conference_enabled: boolean — Enable Google Meet auto-link on bookings (null to reset to default)price_amount: integer — Price in cents (null to inherit from event type, 0 = explicitly free)price_currency: string — ISO 4217 currency code (null to inherit)booking_questions: array — Custom fields to collect at booking time. null = inherit from event type, [] = no questions.active: boolean200: Venn Link updated401: Authentication required or invalid403: Authenticated but insufficient permissions404: 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