Authorization: Bearer ********************
{
"tag_id": "5e6b35de50ef8153c2062f70"
}
curl --location -g --request POST 'https://open.pingcode.com/v1/project/work_items/{work_item_id}/tags向工作项中添加一个标签' \
--header 'Content-Type: application/json' \
--data-raw '{
"tag_id": "5e6b35de50ef8153c2062f70"
}'
{
"id": "5e6b35de50ef8153c2062f70",
"url": "https://rest_api_root/v1/project/work_items/5edca524cad2fa1125cb0630/tags/5e6b35de50ef8153c2062f70",
"work_item": {
"id": "5edca524cad2fa1125cb0630",
"url": "https://rest_api_root/v1/project/work_items/5edca524cad2fa1125cb0630",
"identifier": "SCR-5",
"title": "这是一个缺陷",
"type": "bug",
"start_at": 1583290309,
"end_at": 1583290347,
"parent_id": "5edca524cad2fa112b05105c"
},
"tag": {
"id": "5e6b35de50ef8153c2062f70",
"url": "https://rest_api_root/v1/project/tags/5e6b35de50ef8153c2062f70",
"name": "标签-1"
}
}