Authorization: Bearer ********************
{
"name": "Production",
"html_url": "https://your-environment-url"
}
curl --location -g --request PATCH 'https://open.pingcode.com/v1/release/environments/{{release_environment_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Production",
"html_url": "https://your-environment-url"
}'
{
"id": "564587fe700d43b81b080123",
"url": "https://rest_api_root/v1/release/environments/564587fe700d43b81b080123",
"name": "Production",
"html_url": "https://your-environment-url"
}