Authorization: Bearer ********************
{
"name": "严重程度-update",
"options": [
{
"id": "5efb1859110533727a82c603",
"text": "严重-update"
},
{
"text": "一般"
}
]
}
curl --location --request PATCH 'https://open.pingcode.com/v1/testhub/case_properties/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "严重程度-update",
"options": [
{
"id": "5efb1859110533727a82c603",
"text": "严重-update"
},
{
"text": "一般"
}
]
}'
{}