tag_ids. Each tag must belong to the current tenant organization. Permission: write taskscurl --location --request PUT 'https://api-dev.commandroom.ai/api/api/tasks/42/tags' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"tag_ids": [
1
]
}'{
"data": {
"task_id": 1,
"project_id": 1,
"title": "Sample Title",
"slug": "sample-slug",
"tags": [],
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
}