Append metadata to a document

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

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired
The ID of the document to append metadata to.

Headers

X-API-KeystringRequired

Request

Metadata to append to the document.

Response

Successful Response
resultsobject
Base class for document information handling.

Errors