Update a note
Updates an existing note by ID. Only included fields and relationships are modified.
$account, $opportunity, and $contact relationships can be modified via add and/or remove operations (combined in one call or separately).
Supports idempotency via the Idempotency-Key header.
Required scope: notes:update
Rate limit category: Write
post/v1/notes/{id}
Path parameters
idstring required
Unique identifier of the note to update.
Headers
Lightfield-Version'2026-03-01' required
Required API version header. Requests may error without it.
Request body
Response
OK