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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":true,"result":{"id":-96349709}}