---
title: "PATCH /notes-to-renters/{id}"
method: PATCH
path: "/notes-to-renters/{id}"
tags: ["notes-to-renters"]
---

# PATCH /notes-to-renters/{id}

`PATCH /notes-to-renters/{id}`

Update a note to renters

## Path parameters

- `id` integer, required

## Request body

- NoteToRenters
  - `applies_to_type` string[]
  - `created` string
  - `description` string
  - `id` integer
  - `location_ids` integer[]
  - `name` string
  - `owner_user_id` integer
  - `position` integer
  - `rental_id` integer
  - `updated` string

## Response `200`

- NoteToRenters
  - `applies_to_type` string[]
  - `created` string
  - `description` string
  - `id` integer
  - `location_ids` integer[]
  - `name` string
  - `owner_user_id` integer
  - `position` integer
  - `rental_id` integer
  - `updated` string

## Other responses

- `401` — Unauthorized error
- `404` — Not found error
- `default` — An unknown, unexpected error.

---

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