Update http_api.md

The return Values of createGroupPad for success and error are not correct
pull/5424/head
Robert Geislinger 2022-02-05 15:59:47 +01:00 committed by Richard Hansen
parent e87e4231b4
commit 4c53f76c25
1 changed files with 2 additions and 2 deletions

View File

@ -180,8 +180,8 @@ returns all pads of this group
creates a new pad in this group creates a new pad in this group
*Example returns:* *Example returns:*
* `{code: 0, message:"ok", data: null}` * `{code: 0, message:"ok", data: {padID: "g.s8oes9dhwrvt0zif$test"}`
* `{code: 1, message:"pad does already exist", data: null}` * `{code: 1, message:"padName does already exist", data: null}`
* `{code: 1, message:"groupID does not exist", data: null}` * `{code: 1, message:"groupID does not exist", data: null}`
#### listAllGroups() #### listAllGroups()