Deploy cloned environment
POST {{baseUrl}}/orgs/{{org_id}}/apps/{{app_id}}/envs/{{second_env_id}}/deploys
To POST request to /deploys will trigger the deployment based on the delta_id we send in the payload.
Request Body
{"delta_id"=>"{{delta_id}}", "comment"=>"My Sample App - Environment Staging"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |