Skip to main content

Update a note

PATCH 

/api/v1/notes/:note_id

Update fields on an existing note.

Only fields present in the request body are updated; omitted fields preserve their current value. The updated_at timestamp is refreshed on any mutation.

  • Scope required: assessments:update.
  • Rate-limit tier: user_mutation (180/hour/user).
  • Idempotent per-request; repeated identical payloads are safe.

Request

Responses

Successful Response