Clones an environment
POST/api/admin/environments/:name/clone
Given an existing environment name and a set of options, this will create a copy of that environment
Request
Responses
- 200
- 400
- 401
environmentSchema
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`.