{
"labels": [
"标签1",
"标签2"
],
"containerCode": "1743038373"
}
curl --location 'http://127.0.0.1:6873/api/v1/container/update-container-labels' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: NULL' \
--header 'Content-Type: application/json' \
--data '{
"labels": [
"标签1",
"标签2"
],
"containerCode": "1743038373"
}'{
"code": 0,
"msg": "Success",
"requestId": "39404f8a-71d5-4e40-9b00-ee6310cd7428",
"timestamp": 1785724353084,
"data": true
}