Authorization: Bearer ********************
{
"name": "项目风险",
"type": "select",
"option_texts": [
"高",
"中",
"低"
]
}
curl --location --request POST 'https://open.pingcode.com/v1/project/project_properties' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "项目风险",
"type": "select",
"option_texts": [
"高",
"中",
"低"
]
}'
{}