v1
latestOpenAPI 3.0.12026-07-268028223.9 KBTasks
Add labels to task
Add labels (tags) to an existing task. Labels are merged with existing labels (additive operation).
post/v1/tasks/{task_id}/tags
Request body
Example request
{
"tag_ids": [
"abc123",
"def456"
]
}Response
labels added successfully