Create a new environment.

POST {{baseUrl}}/environment/:code

This method allows to create an environment in selected project.

Request Body

{"title"=>"The new environment", "slug"=>"Unique string identifier", "description"=>"Description for the environment", "host"=>"https://api.qase.io/v1"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":true,"result":{"id":-96349709}}