---
title: "Update Note"
method: PATCH
path: "/api/v2/notes/{note_id}.json"
---

# Update Note

`PATCH /api/v2/notes/{note_id}.json`

## Path parameters

- `note_id` integer, required

## Request body

- object
  - `note` object
    - `body` string — The content of the note.
    - `job_id` integer — The ID of the job to add the note to.
  - `current_user_email` string — Required. The email address associated with a user with access to the given job.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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