Features
Get feature lifecycle
Information about the lifecycle stages of the feature.
get/api/admin/projects/{projectId}/features/{featureName}/lifecycle
Path parameters
projectIdstring required
featureNamestring required
Response
featureLifecycleSchema
Example response
[
{
"stage": "initial",
"status": "kept",
"enteredStageAt": "2023-01-28T16:21:39.975Z"
}
]Changes
Changed in 1 of the 7 revisions of this API.2
- ○
api tag
Featuresaddedapi-tag-added
- ○
api tag
Unstableremovedapi-tag-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○