Add tags to multiple tasks
Tasks
Add tags to multiple tasks
Add one or more tags to multiple tasks in a single request. All tasks and tags must exist and belong to the same organization.
POST
Add tags to multiple tasks
Authorizations
Your unique Avido API key
Your unique Avido Application ID
Body
application/json
Request body for adding tags to multiple tasks
Array of task 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 tasks
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 tasks