Creates a new environment
Enterprise feature
Uses the details provided in the payload to create a new environment
Enterprise feature
Uses the details provided in the payload to create a new environment
The name of the environment. Must be a URL-friendly string according to RFC 3968, section 2.3
The type of environment you would like to create. Unleash officially recognizes the following values:
developmenttestpreproductionproductionIf you pass a string that is not one of the recognized values, Unleash will accept it, but it will carry no special semantics.
Newly created environments are enabled by default. Set this property to false to create the environment in a disabled state.
The type of environment.
true if the environment is enabled for the project, otherwise false.
true if the environment is protected, otherwise false. A protected environment can not be deleted.