Update entity

Updates one or more fields of a Entities.
Use fields for full replacement of values, or patch for granular changes like adding/removing items in list-type fields. You must use either fields or patch – not both.

The patch property supports these operations:

  • set – same as setting a value via fields
  • addItems – add one or more values to a list field
  • removeItems – remove values from a list field
  • clear – erase the value of the field

Limitations

  • Providing both fields and patch in the same request will return an error.
Path Params
uuid
required

Entity identifier.

Body Params
data
object
Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json