From 322f652501e7a5dd20795596f702aa5fe78c176d Mon Sep 17 00:00:00 2001 From: Josh Pruim Date: Sat, 1 Dec 2012 23:11:05 -0800 Subject: [PATCH] Updated APIDocs to reflect light API tweak --- 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 990d1b498..b10178fb7 100644 --- a/doc/api/http_api.md +++ b/doc/api/http_api.md @@ -295,10 +295,10 @@ Group pads are normal pads, but with the name schema GROUPID$PADNAME. A security #### createPad(padID [, text]) * API >= 1 -creates a new (non-group) pad. Note that if you need to create a group Pad, you should call **createGroupPad**. +creates a new (non-group) pad. Note that if you need to create a group Pad, you should call **createGroupPad**. Returns the actual PadID that was recorded (Checked against a regex so that nothing breaks when accessed.) *Example returns:* - * `{code: 0, message:"ok", data: null}` + * `{code: 0, message:"ok", data: {"padID":"asdf_as_d"}}` * `{code: 1, message:"pad does already exist", data: null}` #### getRevisionsCount(padID)