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

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