mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Merge pull request #2599 from Gared/doc_api_fix
Fix documentation for deleteSession api method
This commit is contained in:
commit
1d44490dc4
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…
Reference in a new issue