---
title: "Update Reservation notes"
method: PUT
path: "/reservations-v3/{reservationId}/notes"
tags: ["Reservations Open Api [Beta]"]
---

# Update Reservation notes

`PUT /reservations-v3/{reservationId}/notes`

Update reservation notes, including the key code and special requests fields

## Path parameters

- `reservationId` string, required

## Request body

- object
  - `notes` object, required — Object which contains the various types of notes
    - `other` string — Other notes
    - `cleaning` string — Notes for cleaning
    - `guest` string — For notes about the guest
    - `specialRequests` string — For recording the guest's special requests
    - `keyCode` string — Store the relevant key code for using with workflow automation
    - `doneBy` string — The name of the Guesty user

## Response `200`

Success

- object
  - `reservationId` string, required
  - `notes` object, required

## Other responses

- `400` — Returned if required fields are missing or there is a validation error in the request body
- `422` — Returned if required fields are missing or there is a validation error in the request body
- `500` — Indicates server-side error while processing the request

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
