Update a document by ID.

Beta

Path parameters

collection_idstringRequired
document_idstringRequired
table_idstringRequired

Headers

AuthorizationstringRequired

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

Request

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

Response

Successful Response
dataobject or null

Errors