v1
latestOpenAPI 3.1.02026-07-26157321426.3 KBUpdates a chain environment's settings
Updates a chain environment's settings and returns the chain environment.
patch/v1/chains/{chain_id}/environments/{env_name}
Request body
Example request
{
"promotion_settings": {
"redeploy_on_promotion": true,
"rolling_deploy": true,
"rolling_deploy_config": {
"max_surge_percent": 25,
"max_unavailable_percent": 10,
"stabilization_time_seconds": 300
},
"ramp_up_while_promoting": true,
"ramp_up_duration_seconds": 600
}
}