---
title: "Update a single Note"
method: PATCH
path: "/notes/{id}.json"
tags: ["Notes"]
---

# Update a single Note

`PATCH /notes/{id}.json`

Outlines the parameters and data fields used when updating a single Note

## Path parameters

- `id` integer, required

## Query parameters

- `fields` string

## Headers

- `IF-MATCH` string
- `X-API-VERSION` string

## Request body

- object
  - `data` object, required
    - `date` string, date — Date for the Note. (Expects an ISO-8601 date).
    - `detail` string — Note body in text. This Note supports rich text when setting the `detail_text_type` field to `rich_text`. With supported tags such as `<a>`, `<b>`, `<br>`, `<div>`, `<em>`, `<i>` `<li>`, `<ol>`, `<p>`, `<s>`, `<strong>`, `<u>` and `<ul>`. This Note also supports attributes such as `href`, `rel`, `type`, and `target`.
    - `detail_text_type` string — The type of text in the detail field.
    - `notification_event_subscribers` object[]
      - `user_id` string — The unique identifier for a User to be added as a notification event subscriber to the Note.
      - `id` integer — The unique identifier for this notification event subscriber.
      - `_destroy` boolean — Whether or not the notification event subscriber should be deleted.
    - `subject` string — Note subject.

## Response `200`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

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