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