Skip to content

API for optional feature management

  • GET /features - lists all features
  • GET /features/{featureName} - shows information about the feature
  • PUT /features/{featureName} - modifies feature configuration (e.g. enable/disable)
Edited by Roman Ondráček