Download OpenAPI specification:
IOM - Configuration API
Configurations - FeatureToggles
Retrieve all feature toggles
OK
[{"name": "string","enabled": true,"lastModified": 0}]
Retrieve the feature toggle with the given name
No feature with teh given name available
{"name": "string","enabled": true,"lastModified": 0}
Update the feature toggle with the given name
{"enabled": true}