diff options
author | neurolit <neurolit@gmail.com> | 2013-03-26 16:37:57 +0100 |
---|---|---|
committer | neurolit <neurolit@gmail.com> | 2013-03-26 16:37:57 +0100 |
commit | e96baf6ef1fde0e47e0a4afaf32078dc39e441ff (patch) | |
tree | 09be8b382cbf6eaea1c048dd6684a135f2856e23 /doc/api/http_api.md | |
parent | 8b7db49f9c9f24ea7fe3554da42f335cfee33385 (diff) | |
download | etherpad-lite-e96baf6ef1fde0e47e0a4afaf32078dc39e441ff.zip |
API documentation: listAllPads() returns {padIDs: [...]} instead of [...]
Diffstat (limited to 'doc/api/http_api.md')
-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"]}}` |