Permalink
Browse files
two more skill->interface
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+1
−1
daemon/daemon.go
-
+1
−1
docs/rest.md
|
|
@@ -49,7 +49,7 @@ type Daemon struct { |
|
|
router *mux.Router
|
|
|
asserts *asserts.Database
|
|
|
interfaces *interfaces.Repository
|
|
|
- // enableInternalInterfaceActions controls if adding and removing skills and slots is allowed.
|
|
|
+ // enableInternalInterfaceActions controls if adding and removing slots and plugs is allowed.
|
|
|
enableInternalInterfaceActions bool
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -622,7 +622,7 @@ returned assertions, 0 or more. |
|
|
* Description: Get all the plugs and information about the slots connected to them.
|
|
|
* Access: authenticated
|
|
|
* Operation: sync
|
|
|
-* Return: array of plugs containing array of slots using each skill.
|
|
|
+* Return: array of plugs containing array of slots using each interface.
|
|
|
|
|
|
Sample result:
|
|
|
|
|
|
|
zyga commented onFeb 29, 2016
8067567+1