Add a release plan.
POST/api/admin/projects/:project/features/:featureName/environments/:environment/release_plans
Enterprise feature
Adds a release plan to a specific feature flag and environment.
Request
Responses
- 200
- 401
- 409
#/components/schemas/releasePlanSchema
Authorization information is missing or invalid. Provide a valid API token as the authorization
header, e.g. authorization:*.*.my-admin-token
.
The provided resource can not be created or updated because it would conflict with the current state of the resource or with an already existing resource, respectively.