Skip to main content
PUT
Update Entity

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the entity.

Body

application/json
fieldValues
EntityFieldValueInput · object[]

The field values to set. Only provided fields are updated; omitted fields are untouched.

name
string

Convenience field to update the entity's name. Sets the value of the entity type's name field (is_name_field). Ignored if field_values already contains a value for the name field.

Response

Success

data
data · object

The updated entity.