Validates if an environment name exists
POST/api/admin/environments/validate
Uses the name provided in the body of the request to validate if the given name exists or not
Request
Responses
- 200
- 400
- 401
This response has no body.
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`.