7.5.Update a manager note — PATCH /v1/ats/notes/:id

7.5.Update a manager note — PATCH /v1/ats/notes/:id

Partially updates an existing manager note. The writable fields are note_html and enabled (the latter only with core.edit.state).

Example request:

PATCH /api/index.php/v1/ats/notes/3Authorization: Bearer <token>Accept: application/vnd.api+jsonContent-Type: application/json{  "note_html": "<p>Customer sent the debug log. Issue identified: session cookie misconfiguration.</p>"}

HTTP codes:

200 OK

Returns the updated manager note resource.

403 Forbidden

The API user does not have notes.edit (or notes.edit.own for their own note) permission on the ticket's category, or the note does not exist.