Environments
Update an environments in an organisation.
PATCH
/api/v1/orgs/
{organisationSlug}
/environments/{environmentSlug}
Request Body
application/json
Requiredname
string
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
environmentSlug
Requiredstring
Request was successfully processed. The response body contains the requested data.