Merge pull request #1673 from neurolit/api-doc-errors
API documentation: listAllPads() returns {padIDs: [...]} instead of [...]
This commit is contained in:
commit
2266061eea
|
@ -458,4 +458,4 @@ returns ok when the current api token is valid
|
|||
lists all pads on this epl instance
|
||||
|
||||
*Example returns:*
|
||||
* `{code: 0, message:"ok", data: ["testPad", "thePadsOfTheOthers"]}`
|
||||
* `{code: 0, message:"ok", data: {padIDs: ["testPad", "thePadsOfTheOthers"]}}`
|
||||
|
|
Loading…
Reference in New Issue