Merge pull request #1673 from neurolit/api-doc-errors

API documentation: listAllPads() returns {padIDs: [...]} instead of [...]
This commit is contained in:
John McLear 2013-03-26 08:40:59 -07:00
commit 2266061eea
1 changed files with 1 additions and 1 deletions

View File

@ -458,4 +458,4 @@ returns ok when the current api token is valid
lists all pads on this epl instance lists all pads on this epl instance
*Example returns:* *Example returns:*
* `{code: 0, message:"ok", data: ["testPad", "thePadsOfTheOthers"]}` * `{code: 0, message:"ok", data: {padIDs: ["testPad", "thePadsOfTheOthers"]}}`