Authorization: Bearer ********************
{
"ids": [
"547000eb6a70571487623fea"
],
"property_name": "title",
"property_value": "这是一个工作项"
}
curl --location --request PATCH 'https://open.pingcode.com/v1/project/work_items' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"547000eb6a70571487623fea"
],
"property_name": "title",
"property_value": "这是一个工作项"
}'
{
"inserts": 0,
"updates": 1,
"deletes": 0
}