Create, update, or delete documents.
Path parameters
The name of the namespace.
Request body
The schema of the attributes attached to the documents.
Allow partial completion when filter matches too many documents.
Allow partial completion when filter matches too many documents.
If true, return the IDs of affected rows (deleted, patched, upserted) in the response. For filtered and conditional writes, only IDs for writes that succeeded will be included.
Disables write throttling (HTTP 429 responses) during high-volume ingestion.
Response
The status of the request.
The status of the request.
A message describing the result of the write request.
The number of rows affected by the write request.
The number of rows upserted by the write request.
The number of rows patched by the write request.
The number of rows deleted by the write request.
Whether more documents match the filter for partial operations.