Skip to content

Add an internal note to a booking

POST
/appointments/bookings/{booking_uid}/notes

Append an internal (host-only) note to a booking.

Notes are not visible to attendees; they appear in the booking detail view for org members. Backed by BookingsHandler.handle_add_note. Raises 404 when the booking uid is not visible to the caller.

Authorizations

Parameters

Path Parameters

booking_uid
required

Booking UID (uuid string).

string

Booking UID (uuid string).

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

object
text
required
string

Responses

201

Successful Response

object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string