v1

latestOpenAPI 3.0.12026-07-268028223.9 KB
Tasks

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

tag_idsstring[] required

Array of label (tag) IDs to add

Example request

{
  "tag_ids": [
    "abc123",
    "def456"
  ]
}

Response

labels added successfully

tag_idsstring[] required

Complete list of label (tag) IDs after operation