mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Add docs for new error message for createPad api method
This commit is contained in:
parent
aa0d14c7d7
commit
601be46993
1 changed files with 3 additions and 1 deletions
|
@ -388,10 +388,12 @@ Group pads are normal pads, but with the name schema GROUPID$PADNAME. A security
|
||||||
* API >= 1
|
* 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**.
|
||||||
|
You get an error message if you use one of the following characters in the padID: "/", "?", "&" or "#".
|
||||||
|
|
||||||
*Example returns:*
|
*Example returns:*
|
||||||
* `{code: 0, message:"ok", data: null}`
|
* `{code: 0, message:"ok", data: null}`
|
||||||
* `{code: 1, message:"pad does already exist", data: null}`
|
* `{code: 1, message:"padID does already exist", data: null}`
|
||||||
|
* `{code: 1, message:"malformed padID: Remove special characters", data: null}`
|
||||||
|
|
||||||
#### getRevisionsCount(padID)
|
#### getRevisionsCount(padID)
|
||||||
* API >= 1
|
* API >= 1
|
||||||
|
|
Loading…
Reference in a new issue