---
title: "Update appointment notes"
method: PUT
path: "/api/appointments/update-notes/{appointment_id}"
tags: ["appointments"]
---

# Update appointment notes

`PUT /api/appointments/update-notes/{appointment_id}`

Admin/operator-only endpoint to update appointment notes.

## Path parameters

- `appointment_id` string, required

## Request body

- UpdateAppointmentNotesRequest — Typed payload for appointment notes update.
  - `notes` string, required — Updated notes

## Response `200`

Successful Response

- GenericSuccessResponse — Generic success response.
  - `success` boolean, required — Operation result
  - `message` string, required — Human-readable message

## Other responses

- `422` — Validation Error

---

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