From 0c8efa27f69a3b1c8e6ed90ea2a09d6b63433a57 Mon Sep 17 00:00:00 2001 From: Robert Geislinger Date: Sat, 5 Feb 2022 15:59:47 +0100 Subject: [PATCH] Update http_api.md The return Values of createGroupPad for success and error are not correct --- doc/api/http_api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/http_api.md b/doc/api/http_api.md index bf3be2755..1557764c5 100644 --- a/doc/api/http_api.md +++ b/doc/api/http_api.md @@ -179,8 +179,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()