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:
Returns the updated manager note resource.
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.