Environments
Create an environments in an organisation.
POST
/api/v1/orgs/
{organisationSlug}
/environmentsRequest Body
application/json
Requiredname
Requiredstring
Minimum length:
3
Maximum length: 25
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
Request was successfully processed. The response body contains the requested data.