Add tags to multiple documents
Documents
Add tags to multiple documents
Add one or more tags to multiple documents in a single request. All documents and tags must exist and belong to the same organization.
POST
Add tags to multiple documents
Authorizations
Your unique Avido API key
Your unique Avido Application ID
Body
application/json
Request body for adding tags to multiple documents
Array of document IDs to add tags to
Minimum array length:
1Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Example:
[
"123e4567-e89b-12d3-a456-426614174000",
"223e4567-e89b-12d3-a456-426614174001"
]
Array of tag IDs to add to the documents
Minimum array length:
1Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Example:
[
"456e4567-e89b-12d3-a456-426614174000",
"789e4567-e89b-12d3-a456-426614174000"
]
Response
Tags successfully added to documents