From e96baf6ef1fde0e47e0a4afaf32078dc39e441ff Mon Sep 17 00:00:00 2001 From: neurolit Date: Tue, 26 Mar 2013 16:37:57 +0100 Subject: [PATCH] API documentation: listAllPads() returns {padIDs: [...]} instead of [...] --- doc/api/http_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]}}`