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.
Language
Credentials
Click Try It! to start a request and see the response here!