List all feature flag definitions
GET
/api/v4/features/definitions
Lists all feature flag definitions.
Authorizations
Section titled “ Authorizations ”Responses
Section titled “ Responses ”OK
Media type application/json
object
name
string
feature_issue_url
string
introduced_by_url
string
rollout_issue_url
string
milestone
string
log_state_changes
boolean
type
string
group
string
default_enabled
boolean
intended_to_rollout_by
string
Example generated
{ "name": "example", "feature_issue_url": "example", "introduced_by_url": "example", "rollout_issue_url": "example", "milestone": "example", "log_state_changes": true, "type": "example", "group": "example", "default_enabled": true, "intended_to_rollout_by": "example"}Unauthorized
Forbidden