Authorizations
Your unique Avido API key
Your unique Avido Application ID
Body
application/json
Request body for bulk updating status of multiple document versions
Array of document IDs to update status. Maximum 100 documents per request.
Minimum length:
1Example:
[
"123e4567-e89b-12d3-a456-426614174000",
"223e4567-e89b-12d3-a456-426614174001"
]The new status to apply to all specified documents Status of the document. Valid options: DRAFT, REVIEW, APPROVED, ARCHIVED.
Available options:
DRAFT, REVIEW, APPROVED, ARCHIVED Example:
"APPROVED"
Response
Bulk status update request processed