Authorization: Bearer ********************
{
"name": "Github",
"type": "github",
"description": "Github公有云"
}
curl --location -g --request PATCH 'https://open.pingcode.com/v1/scm/products/{{scm_product_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Github",
"type": "github",
"description": "Github公有云"
}'
{
"id": "564587fe700d43b81b080765",
"url": "https://rest_api_root/v1/scm/products/564587fe700d43b81b080765",
"name": "Github",
"type": "github",
"description": "Github公有云"
}