mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
API documentation: listAllPads() returns {padIDs: [...]} instead of [...]
This commit is contained in:
parent
8b7db49f9c
commit
e96baf6ef1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue