Append metadata to a document

Appends metadata to a document. This endpoint allows adding new metadata fields or updating existing ones.

Path parameters

idstringRequired
The ID of the document to append metadata to.

Headers

AuthorizationstringRequired

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

X-API-KeystringRequired

Request

Metadata to append to the document.

Response

Successful Response
resultsobject
Base class for document information handling.

Errors