Update Data Item

Update values for the specified item. The easiest way to accomplish is to modify the values in the response from Get Data Item and send a PATCH request. Changing the values will update existing data item values. The collection field is ignored as the data item cannot be moved to a different collection. It the new value is null, it means the value is deleted. If the provided field name does not exist in the collection schema, that value is ignored.

Valid Authentication Methods

OAuth 2.0 User Token Scopes:

  • data-service.admin
Path Params
integer
required

ID of collection to update data item for

integer
required

ID of data item to update

Body Params
string
required

URI of data item to be updated

fields
object
required

Field value pairs to update data items from. Mapping is for a single data item

Response

Language
Credentials
OAuth2