mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Update http_api.md
The return Values of createGroupPad for success and error are not correct
This commit is contained in:
parent
e87e4231b4
commit
4c53f76c25
1 changed files with 2 additions and 2 deletions
|
@ -180,8 +180,8 @@ returns all pads of this group
|
|||
creates a new pad in this group
|
||||
|
||||
*Example returns:*
|
||||
* `{code: 0, message:"ok", data: null}`
|
||||
* `{code: 1, message:"pad does already exist", data: null}`
|
||||
* `{code: 0, message:"ok", data: {padID: "g.s8oes9dhwrvt0zif$test"}`
|
||||
* `{code: 1, message:"padName does already exist", data: null}`
|
||||
* `{code: 1, message:"groupID does not exist", data: null}`
|
||||
|
||||
#### listAllGroups()
|
||||
|
|
Loading…
Reference in a new issue