v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1338139174.7 KB
projects

Applies a batch of write operations. The BatchWrite method does not apply the write operations atomically and can apply them out of order. Method does not allow more than one write per document. Each write succeeds or fails independently. See the BatchWriteResponse for the success status of each write. If you require an atomically applied set of writes, use Commit instead.

post/v1/{+database}/documents:batchWrite

Path parameters

databasestring required

Required. The database name. In the format: projects/{project_id}/databases/{database_id}.

Request body

labelsobject

Labels associated with this batch write.

Response

Successful response