Updates a Document

Deprecated
Updates a Document in a DocumentCollection by UUID

Authentication

AuthorizationApi-Key

Header authentication of the form Api-Key <token>

Path parameters

collectionNamestringRequired
Name of the Document Collection
documentUUIDstringRequired
UUID of the Document to be updated

Request

This endpoint expects an object.
document_idstringOptional<=40 characters
metadatamap from strings to anyOptional

Response

OK
messagestring or null

Errors