mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-08-13 17:47:07 +02: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
@ -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 New Issue
Block a user