Create Schedule Override
Create or upsert a date-specific override. Set `time_windows` to null for an unavailable day (e.g. holiday).
Auth required: Yes
id (path, string) (required)Idempotency-Key (header, string) — Unique key for idempotent POST requests (1-256 chars: alphanumeric, `_`, `-`, `:`, `.`).
Same key + same body within 24h replays the cached response.
date: string (required) — The date to override (YYYY-MM-DD)time_windows: array — Available windows. null = unavailable all day (holiday).201: Override created400: Validation error401: Authentication required or invalid404: Resource not found409: A request with this Idempotency-Key is currently being processed422: Idempotency-Key was already used with a different request bodyRequires 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