Feature Values
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/feature-values/ |
Update feature flags |
Update feature flags
Allows administrators to enable or disable specific feature flags in the system. The request should be a dictionary where keys are feature sections and values are dictionaries of feature keys and their boolean state.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 | |
- API Source:
feature_values
1 2 3 4 5 6 7 8 9 10 | |
200 -