Update a document by ID.

Beta

Path parameters

collection_idstringRequired
document_idstringRequired

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
idstringOptional
columnsmap from strings to anyOptional
display_namestringOptionalDefaults to Untitled
contentlist of objectsOptional

Response

This endpoint returns an object.
dataobject or null

Errors