Create environment

Create a new environment for an app.

post/environments

Request body

$schemastring uri

A URL to the JSON Schema for this object.

namestring required

The name of the environment

Example request

{
  "$schema": "https://api.tower.dev/v1/schemas/CreateEnvironmentParams.json"
}

Response

Created

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.tower.dev/v1/schemas/CreateEnvironmentResponse.json"
}

Changes