Authorization: Bearer ********************
{
"name": "私有部署",
"description": "私有部署发布分组"
}
curl --location -g --request PATCH 'https://open.pingcode.com/v1/project/projects/{{project_id}}/version_sections/{{section_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "私有部署",
"description": "私有部署发布分组"
}'
{}