Authorization: Bearer ********************
{
"name": "项目规模",
"options": [
{
"_id": "5efb1859110533727a82c605",
"text": "大"
},
{
"text": "小"
}
]
}
curl --location --request PATCH 'https://open.pingcode.com/v1/project/project_properties/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "项目规模",
"options": [
{
"_id": "5efb1859110533727a82c605",
"text": "大"
},
{
"text": "小"
}
]
}'
{}