From 4c53f76c25e6523c957ebafb7cd243e089fda9f4 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 765de1ecb..cd5ea559c 100644 --- a/doc/api/http_api.md +++ b/doc/api/http_api.md @@ -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()