mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
Fix documentation for deleteSession api method
This commit is contained in:
parent
83094e0dfd
commit
a842eb4f5c
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ creates a new session. validUntil is an unix timestamp in seconds
|
|||
deletes a session
|
||||
|
||||
*Example returns:*
|
||||
* `{code: 1, message:"ok", data: null}`
|
||||
* `{code: 0, message:"ok", data: null}`
|
||||
* `{code: 1, message:"sessionID does not exist", data: null}`
|
||||
|
||||
#### getSessionInfo(sessionID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue