---
title: "PATCH /bookings/{id}"
method: PATCH
path: "/bookings/{id}"
tags: ["Booking"]
---

# PATCH /bookings/{id}

`PATCH /bookings/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateBookingRequest — Phase 140-03: Update booking via Public API. All fields are optional (PATCH semantics).
  - `event_date` string, date-time
  - `event_start_time` string, nullable
  - `event_end_time` string, nullable
  - `event_type` string, nullable
  - `status` 'enquiry' | 'quote_sent' | 'confirmed' | 'deposit_paid' | 'balance_paid' | 'complete' | 'cancelled'
  - `notes` string, nullable
  - `metadata` string[], nullable

## Response `200`

- string

## Other responses

- `422` — Validation error

---

[API](https://skmtc.dev/boothzen/apis/boothzen-api-v1.md) · [All operations](https://skmtc.dev/boothzen/apis/boothzen-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/boothzen/boothzen-api-v1/revisions/a5ae040e3ba3/schema)
