mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Fix docs: Correct API version for listAllGroups endpoint
This commit is contained in:
parent
187ee21b8e
commit
b31563ea07
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ creates a new pad in this group
|
||||||
* `{code: 1, message:"groupID does not exist", data: null}`
|
* `{code: 1, message:"groupID does not exist", data: null}`
|
||||||
|
|
||||||
#### listAllGroups()
|
#### listAllGroups()
|
||||||
* API >= 1
|
* API >= 1.1
|
||||||
|
|
||||||
lists all existing groups
|
lists all existing groups
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue