Create a new environment
POST {{url}}/accounts/api/organizations/{{organization_id}}/environments
Request Body
{"activeOrganizationId"=>"{{organization_id}}", "name"=>"Production-2", "type"=>"production"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |