---
title: "Update booking studio notes"
method: PATCH
path: "/bookings/{code}/studio_notes.json"
tags: ["Booking Endpoints"]
---

# Update booking studio notes

`PATCH /bookings/{code}/studio_notes.json`

Update the studio notes for the specified booking.

Studio notes are internal notes that studios can add to bookings for their own reference.
These are not visible to customers.

## Path parameters

- `code` string, required

## Headers

- `Authorization` string, required

## Request body

- StudioNotesUpdate — Studio notes update parameters
  - `booking` object
    - `studio_notes` string — Internal studio notes (visible only to studio staff)

## Response `200`

Studio notes updated successfully

- object
  - `studio_notes` string, nullable — The updated studio notes text

## Other responses

- `401` — Unauthorized - Invalid API key
- `404` — Not found - Booking was not found

---

[API](https://skmtc.net/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.net/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/revisions/3fc6a6f91b06/schema)
