Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

If using Bearer auth, pass the Secret Key as the token:

Body

application/json
id
string
required

The ID of the new environment

description
string

The description of the new environment

toggleOnList
boolean

Show on feature list page

defaultState
boolean

Default state for new features

projects
string[]
parent
string

An environment that the new environment should inherit feature rules from. Requires an enterprise license

Response

200 - application/json

Resource created

environment
object
required