Flag
/api/v1/flagsA named feature flag evaluated against an optional context.
evaluateSchema
| Field | Type | Notes |
|---|---|---|
| key* | string | Flag key identifier. |
| value* | boolean | Evaluated flag value. |
| context | json | Evaluation context (user, tenant, attributes). |
| reason | string | Reason for the evaluated value (rule matched, default, etc.). |
| variant | string | Named variant returned for multivariate flags. |
API
Loading manifest…