UpdateWhere

Update fields in all existing documents that match a filter condition.

This method supports a partial update so you may add new fields or update only those you need. Other fields will remain unaffected.

If the provided dataset_id does not match a dataset in your project, a new one will be created.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≤ 240

ID of dataset

Body Params
updates
object
required

Updates to make to the documents. It should be specified in a format of {"field_name": "value"}. e.g. {"item.status" : "Sold Out"}

filters
array
filters
Response

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