Authorization: Bearer ********************
{
"name": "级联单选-update",
"options": [
{
"_id": "65815ac65c83d02e0790c247",
"text": "父级 1"
},
{
"_id": "65815ac65c83d02e0790c248",
"text": "父级 2"
},
{
"_id": "65815ac65c83d02e0790c249",
"text": "父级 3"
},
{
"_id": "65815ac65c83d02e0790c24a",
"text": "父级 4"
},
{
"_id": "65815ac65c83d02e0790c24b",
"text": "父级 5"
},
{
"_id": "65815ac65c83d02e0790c24c",
"text": "父级 6"
},
{
"_id": "65815ac65c83d02e0790c24d",
"text": "层级 2",
"parent_id": "65815ac65c83d02e0790c247"
},
{
"_id": "65815ac65c83d02e0790c24e",
"text": "层级 3",
"parent_id": "65815ac65c83d02e0790c24d"
},
{
"_id": "65815ac65c83d02e0790c24f",
"text": "层级 4",
"parent_id": "65815ac65c83d02e0790c24e"
},
{
"_id": "65951b442b2c280471328488",
"text": "1",
"parent_id": "65815ac65c83d02e0790c247"
},
{
"_id": "65951b442b2c280471328489",
"text": "2",
"parent_id": "65815ac65c83d02e0790c247"
},
{
"_id": "65951b442b2c28047132848a",
"text": "3",
"parent_id": "65815ac65c83d02e0790c247"
},
{
"_id": "65951b442b2c28047132848b",
"text": "4",
"parent_id": "65815ac65c83d02e0790c247"
},
{
"_id": "65951b442b2c28047132848c",
"text": "5",
"parent_id": "65815ac65c83d02e0790c247"
},
{
"_id": "65951b442b2c28047132848d",
"text": "6",
"parent_id": "65815ac65c83d02e0790c247"
},
{
"_id": "65951c2b96faf2d8b41bcfea",
"text": "1",
"parent_id": "65815ac65c83d02e0790c248"
},
{
"_id": "65951c2b96faf2d8b41bcfeb",
"text": "2",
"parent_id": "65815ac65c83d02e0790c248"
},
{
"_id": "65951c2b96faf2d8b41bcfec",
"text": "3",
"parent_id": "65815ac65c83d02e0790c248"
},
{
"_id": "65951c2b96faf2d8b41bcfed",
"text": "4",
"parent_id": "65815ac65c83d02e0790c248"
}
]
}
curl --location --request PATCH 'https://open.pingcode.com/v1/project/work_item_properties/jiliandanxuan' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "级联单选-update",
"options": [
{
"_id": "65815ac65c83d02e0790c247",
"text": "父级 1"
},
{
"_id": "65815ac65c83d02e0790c248",
"text": "父级 2"
},
{
"_id": "65815ac65c83d02e0790c249",
"text": "父级 3"
},
{
"_id": "65815ac65c83d02e0790c24a",
"text": "父级 4"
},
{
"_id": "65815ac65c83d02e0790c24b",
"text": "父级 5"
},
{
"_id": "65815ac65c83d02e0790c24c",
"text": "父级 6"
},
{
"_id": "65815ac65c83d02e0790c24d",
"text": "层级 2",
"parent_id": "65815ac65c83d02e0790c247"
},
{
"_id": "65815ac65c83d02e0790c24e",
"text": "层级 3",
"parent_id": "65815ac65c83d02e0790c24d"
},
{
"_id": "65815ac65c83d02e0790c24f",
"text": "层级 4",
"parent_id": "65815ac65c83d02e0790c24e"
},
{
"_id": "65951b442b2c280471328488",
"text": "1",
"parent_id": "65815ac65c83d02e0790c247"
},
{
"_id": "65951b442b2c280471328489",
"text": "2",
"parent_id": "65815ac65c83d02e0790c247"
},
{
"_id": "65951b442b2c28047132848a",
"text": "3",
"parent_id": "65815ac65c83d02e0790c247"
},
{
"_id": "65951b442b2c28047132848b",
"text": "4",
"parent_id": "65815ac65c83d02e0790c247"
},
{
"_id": "65951b442b2c28047132848c",
"text": "5",
"parent_id": "65815ac65c83d02e0790c247"
},
{
"_id": "65951b442b2c28047132848d",
"text": "6",
"parent_id": "65815ac65c83d02e0790c247"
},
{
"_id": "65951c2b96faf2d8b41bcfea",
"text": "1",
"parent_id": "65815ac65c83d02e0790c248"
},
{
"_id": "65951c2b96faf2d8b41bcfeb",
"text": "2",
"parent_id": "65815ac65c83d02e0790c248"
},
{
"_id": "65951c2b96faf2d8b41bcfec",
"text": "3",
"parent_id": "65815ac65c83d02e0790c248"
},
{
"_id": "65951c2b96faf2d8b41bcfed",
"text": "4",
"parent_id": "65815ac65c83d02e0790c248"
}
]
}'
{}