diff options
-rw-r--r-- | doc/api/http_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http_api.md b/doc/api/http_api.md index 7e05ff86..f71e0a5d 100644 --- a/doc/api/http_api.md +++ b/doc/api/http_api.md @@ -458,4 +458,4 @@ returns ok when the current api token is valid lists all pads on this epl instance *Example returns:* - * `{code: 0, message:"ok", data: ["testPad", "thePadsOfTheOthers"]}` + * `{code: 0, message:"ok", data: {padIDs: ["testPad", "thePadsOfTheOthers"]}}` |