Skip to main content
PATCH
Update feature flag

Authorizations

Authorization
string
header
required

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

Path Parameters

featureFlag
integer
required

Feature flag ID.

Body

application/json
status
boolean
required

Whether the feature flag is enabled.

Example:

true

Response

Feature flag updated.

message
string
required
Example:

"Feature flag updated."

data
object
required
Last modified on July 20, 2026