Assign Label To Documents

View as Markdown

Assigns a label to one or more documents in a queue. Provide the queue ID (qid), the label to apply (documentLabelId), and the list of documentIds. Returns a confirmation message.

Authentication

x-api-keystring
API key issued by Staple.
AuthorizationBearer
JWT obtained from the login endpoint.

Request

This endpoint expects an object.
qidintegerOptional
documentLabelIdstringOptional
documentIdslist of integersOptional

Response

OK