Permalink
Browse files

two more skill->interface

  • Loading branch information...
1 parent f876c56 commit 806756730b1a04ace671aea202fb0c8517b46131 @mvo5 committed Feb 29, 2016
Showing with 2 additions and 2 deletions.
  1. +1 −1 daemon/daemon.go
  2. +1 −1 docs/rest.md
View
@@ -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
}
View
@@ -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:

1 comment on commit 8067567

zyga commented on 8067567 Feb 29, 2016

+1

Please sign in to comment.