Skip to main content
POST
Transition a feature flag to a new status.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the feature flag to transition.

Body

The target lifecycle status for the feature flag.

status
enum<string>
required

The target status to transition the feature flag to.

Available options:
draft,
active,
archived

Response

Feature flag status successfully updated.

id
string
required
Pattern: ^flg_[A-HJ-NP-Za-km-z1-9]+$
name
string
required
type
enum<string>
required

Filter by type. Exact match.

Available options:
auth0,
self
status
enum<string>
required

Filter by status. Exact match.

Available options:
draft,
active,
archived
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string
parameters
object

Configuration parameters for this feature flag