mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-14 19:16:54 -04:00
Merge 9687ecbb82
into 2b89fa8713
This commit is contained in:
commit
259d41eece
5 changed files with 121 additions and 3 deletions
|
@ -419,3 +419,13 @@ returns ok when the current api token is valid
|
|||
*Example returns:*
|
||||
* `{"code":0,"message":"ok","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