Authorizations
You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
Body
application/json
A request to update an environment.
Autoscaling settings for the environment A request to update autoscaling settings for a deployment. All fields are optional, and we only update ones passed in.
Examples:
{
"autoscaling_window": 800,
"concurrency_target": 3,
"max_replica": 2,
"min_replica": 1,
"scale_down_delay": 60
}
Promotion settings for the environment Promotion settings for promoting chains and oracles
Examples:
{
"ramp_up_duration_seconds": 600,
"ramp_up_while_promoting": true,
"redeploy_on_promotion": true
}
Response
200 - application/json