Skip to main content
PATCH
Update fields on an object

Authorizations

Authorization
string
header
required

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

type_name
string
required

The object type, for example deal, account, person, meeting or commitment. Call GET /types to see the types in your workspace.

Example:

"deal"

object_id
string
required

The object ID.

Body

application/json

The body is of type object.

Response

The write succeeded.

The response is of type object.