Update a document by ID.

Beta

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

collection_idstringRequired
document_idstringRequired
table_idstringRequired

Request

This endpoint expects a map from strings to nullable booleans or doubles or integers or strings or lists of any or maps from strings to any.
booleanRequired
OR
doubleRequired
OR
integerRequired
OR
stringRequired
OR
list of anyRequired
OR
map from strings to anyRequired

Response

Successful Response
dataobject or null

Errors