Update Booking
Update booking details or reschedule. **What happens automatically**: - Calendar event updated - Notification emails sent - Webhook fired (`booking.updated` event)
Auth required: Yes
id (path, string) (required) — Booking IDstart_time: stringend_time: stringnotes: stringmetadata: object — Developer-controlled key-value pairs (max 50 keys).
Keys must be ≤40 characters, values must be strings ≤500 characters.
Reserved keys are rejected.
200: Booking updated400: Validation error401: Authentication required or invalid403: Authenticated but insufficient permissions404: Resource not found409: Resource conflictRequires 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