Change all UNICENS words to upper case
[apps/agl-service-unicens.git] / ucs2-afb / ucs_apidef.json
index 24474e6..b8d6311 100644 (file)
         }
       }
     },
-    "/volume": {
-      "description": "Set Master Volume.",
-      "get": {
-        "x-permissions": {
-          "$ref": "#/components/x-permissions/monitor"
-        },
-        "parameters": [
-          {
-            "in": "query",
-            "name": "value",
-            "required": true,
-            "schema": { "type": "integer" }
-          }
-        ],
-        "responses": {
-          "200": {"$ref": "#/components/responses/200"}
-        }
-      }
-    },
-    "/monitor": {
-      "description": "Subscribe to Unicens Event.",
+    "/subscribe": {
+      "description": "Subscribe to UNICENS Events.",
       "get": {
         "x-permissions": {
           "$ref": "#/components/x-permissions/monitor"