mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Bump API version to v1.1
This commit is contained in:
parent
f3abe6e970
commit
ad16c0d0d4
1 changed files with 3 additions and 1 deletions
|
@ -68,7 +68,9 @@ var version =
|
|||
, "isPasswordProtected" : ["padID"]
|
||||
, "listAuthorsOfPad" : ["padID"]
|
||||
, "padUsersCount" : ["padID"]
|
||||
, "getAuthorName" : ["authorID"]
|
||||
}
|
||||
, "1.1":
|
||||
{ "getAuthorName" : ["authorID"]
|
||||
, "padUsers" : ["padID"]
|
||||
, "sendClientsMessage" : ["padID", "msg"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue