Update an existing document by providing its _id and an object containing the new field values.

This method supports a partial update so you may add new fields or update existing ones. It will not overwrite the entire existing document.

If the provided _id has no matching document in the dataset, a new document will be created. Likewise, if the provided dataset_id does not match a dataset in your project a new one will be created.

Support for updating many documents at once with a filter condition is available through /update_where.

Log in to see full request history
Path Params
string
required
length ≤ 240

ID of dataset

Body Params
string
required

_id of document to update.

updates
object
required

Each document to upsert must have an _id field matching an existing document.

boolean
Defaults to true

Whether to include insert date as a field 'insertdate'.

boolean
Defaults to true

Whether to return before all documents have finished updating.

field_transformers
array of objects

Before insertion, fields of documents will be transformed according to this array of rules. If transformation fails, the output field will not be generated.

field_transformers
Response

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