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
Response
Successful response