Environments
Create an environments in an organisation.
POST
/
api
/v1
/orgs
/{organisationSlug}
/environments
Request Body
application/json
Requiredname
Requiredstring
Minimum length:
1
Maximum length: 25
Pattern: "^[a-zA-Z0-9\\-\\s&]*$"
purpose
string
Minimum length:
0
Maximum length: 255
type
string
Value in:
"production" | "staging" | "development" | "demo" | "other"
description
string
Minimum length:
0
Maximum length: 500
Path Parameters
organisationSlug
Requiredstring
Pattern:
"^[a-z0-9-]+$"
Request was successfully processed. The response body contains the requested data.