Add a release plan
Enterprise feature
Adds a release plan to a specific feature flag and environment.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
project
featureName
environment
Request
#/components/schemas/releasePlanTemplateIdSchema
templateId
The release plan template's ID. Release template IDs are ulids.
Response
#/components/schemas/releasePlanSchema
id
The release plan/template’s ID. Release template IDs are ulids.
discriminator
A field to distinguish between release plans and release templates.
Allowed values:
name
The name of the release template.
featureName
The name of the feature that uses this release plan.
environment
The environment that this release plan is for.
createdByUserId
Release template: The ID of the user who created this template.
createdAt
The date and time that the release template was created.
milestones
A list of the milestones in this release template.
releasePlanTemplateId
The ID of the release plan template that this release plan is based on.
description
A description of the release template.
activeMilestoneId
The ID of the currently active milestone in this release plan.
safeguards
An array of safeguards configured for this release plan.