Update a chain environment’s settings and returns the chain environment.
You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
A request to update a chain environment.
Promotion settings for the environment
{
"ramp_up_duration_seconds": 600,
"ramp_up_while_promoting": true,
"redeploy_on_promotion": null,
"rolling_deploy": null,
"rolling_deploy_config": null
}A response to update a chain environment.
A response to update a chain environment.
Whether the update was successful