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 length:
1Example:
[
"123e4567-e89b-12d3-a456-426614174000",
"223e4567-e89b-12d3-a456-426614174001"
]Array of tag IDs to add to the tasks
Minimum length:
1Example:
[
"456e4567-e89b-12d3-a456-426614174000",
"789e4567-e89b-12d3-a456-426614174000"
]Response
Tags successfully added to tasks