Creates a new environment
POST/api/admin/environments
Uses the details provided in the payload to create a new environment
Request
Responses
- 201
- 400
- 401
The resource was successfully created.
Response Headers
- location stringThe location of the newly created resource.
The request data does not match what we expect.
Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.