Authorization: Bearer ********************
{
"id": 105,
"createTime": null,
"updateTime": null,
"creator": 183,
"updator": null,
"tagName": "NBU",
"description": "特殊人员1",
"color": "red",
"status": false
}
curl --location --request PUT '/personnelRoster/tag' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 105,
"createTime": null,
"updateTime": null,
"creator": 183,
"updator": null,
"tagName": "NBU",
"description": "特殊人员1",
"color": "red",
"status": false
}'
{
"tagName": "残疾人士",
"description": "特殊人员",
"color": "red"
}