Transition a feature flag to a new status.
Transition a feature flag to a new status.
Transitions a feature flag through its lifecycle states: draft → active, draft → archived, active → archived.
POST
Transition a feature flag to a new status.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the feature flag to transition.
Body
The target lifecycle status for the feature flag.
The target status to transition the feature flag to.
Available options:
draft, active, archived Response
Feature flag status successfully updated.
Pattern:
^flg_[A-HJ-NP-Za-km-z1-9]+$Filter by type. Exact match.
Available options:
auth0, self Filter by status. Exact match.
Available options:
draft, active, archived Configuration parameters for this feature flag