mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +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"]
|
, "isPasswordProtected" : ["padID"]
|
||||||
, "listAuthorsOfPad" : ["padID"]
|
, "listAuthorsOfPad" : ["padID"]
|
||||||
, "padUsersCount" : ["padID"]
|
, "padUsersCount" : ["padID"]
|
||||||
, "getAuthorName" : ["authorID"]
|
}
|
||||||
|
, "1.1":
|
||||||
|
{ "getAuthorName" : ["authorID"]
|
||||||
, "padUsers" : ["padID"]
|
, "padUsers" : ["padID"]
|
||||||
, "sendClientsMessage" : ["padID", "msg"]
|
, "sendClientsMessage" : ["padID", "msg"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue