API documentation: listAllPads() returns {padIDs: [...]} instead of [...]

This commit is contained in:
neurolit 2013-03-26 16:37:57 +01:00
parent 8b7db49f9c
commit e96baf6ef1
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
*Example returns:*
* `{code: 0, message:"ok", data: ["testPad", "thePadsOfTheOthers"]}`
* `{code: 0, message:"ok", data: {padIDs: ["testPad", "thePadsOfTheOthers"]}}`