Redeploy environment with promoted changes
POST {{baseUrl}}/orgs/{{org_id}}/apps/{{app_id}}/envs/{{second_env_id}}/deploys
The POST request to /deploys with the updated deployment set ID will roll out the changes to the staging environment.
Request Body
{"set_id"=>"{{set_id}}", "comment"=>"Promote changes from development"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |