mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Added listAllPads api docu
This commit is contained in:
parent
e9726890a4
commit
062dbff738
1 changed files with 10 additions and 0 deletions
|
@ -419,3 +419,13 @@ returns ok when api token is valid
|
||||||
*Example returns:*
|
*Example returns:*
|
||||||
* `{"code":0,"message":"ok","data":null}`
|
* `{"code":0,"message":"ok","data":null}`
|
||||||
* `{"code":4,"message":"no or wrong API Key","data":null}`
|
* `{"code":4,"message":"no or wrong API Key","data":null}`
|
||||||
|
|
||||||
|
### Pads
|
||||||
|
|
||||||
|
#### listAllPads()
|
||||||
|
* API >= 1.2.1
|
||||||
|
|
||||||
|
lists all pads on this epl instance
|
||||||
|
|
||||||
|
*Example returns:*
|
||||||
|
* `{code: 0, message:"ok", data: ["testPad", "thePadsOfTheOthers"]}`
|
Loading…
Add table
Add a link
Reference in a new issue