Skip to content

Commit

Permalink
Exposing prototype as part of /api/settings
Browse files Browse the repository at this point in the history
GET /api/settings

  {
    "product": {
      "maindb": "ExtManagementSystem",
      "container_deployment_wizard": false,
      "datawarehouse_manager": false
    },
    "prototype": {
      "monitoring": false
    }
  }
  • Loading branch information
abellotti committed Apr 7, 2017
1 parent b042f0c commit ae6334e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1982,6 +1982,7 @@
:verbs: *g
:categories:
- product
- prototype
:collection_actions:
:get:
- :name: read
Expand Down

0 comments on commit ae6334e

Please sign in to comment.