Update Note
Updates a note’s body. Only the note field is updatable; supply it in the
request body. The entityType (PascalCase) query parameter scopes the update.
Required permission: company.note:update.
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Note identifier
Query Parameters
Parent entity type (PascalCase). Selects the per-entity permission enforced for the request and scopes the note to its parent entity.
Event, Exposure, Quote, Submission, Person, Organization, Policy Body
The new note body (must not be empty)
Response
Note updated successfully
A note attached to a top-level Field Model V1 entity. Notes are simple text
records scoped to a parent entity (identified by entityType + entityId).
createdByName is resolved from the users table for display.
Note identifier
The parent entity type (PascalCase)
Event, Exposure, Quote, Submission, Person, Organization, Policy The parent entity identifier
The note body
When the note was created
When the note was last updated
User ID who created the note
Display name of the creating user, resolved for display only
User ID who last updated the note
