Entity API
Update Entity
Update an existing entity.
PUT
Update Entity
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the entity.
Body
application/json
The field values to set. Only provided fields are updated; omitted fields are untouched.
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
The updated entity.
Update Entity

