API documentation: listAllPads() returns {padIDs: [...]} instead of [...]
parent
8b7db49f9c
commit
e96baf6ef1
|
@ -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"]}}`
|
||||||
|
|
Loading…
Reference in New Issue