Update fields on an object
Writes typed fields on one object. The server accepts only the fields that the type lists in writable_fields. Today these types have writable fields: commitment (description, owner_type, due_date), calendar_event (join_requested) and composition (title, body). An API key needs the ontology:write scope for this call. Keys that you create in the Doris app have ontology:read and events:read only, so they get 403. Rate limit: 60 requests per minute for each workspace.
Authorizations
A Doris API key that starts with sk-live-. A workspace admin creates keys in Settings > Workspace > Developer. A key works only on /api/v1/ontology/ routes.
Path Parameters
The object type, for example deal, account, person, meeting or commitment. Call GET /types to see the types in your workspace.
"deal"
The object ID.
Body
The body is of type object.
Response
The write succeeded.
The response is of type object.