Skip to main content

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

Body

required

nameSchema

  • name string required

    The name of the represented object.

Responses

This response has no body.

Loading...