mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-06 04:36:17 +02:00
Merge pull request #998 from marcelklehr/bump/api-version-1.1
Bump API version to v1.1
This commit is contained in:
commit
c2f5fc32cc
@ -68,7 +68,9 @@ var version =
|
||||
, "isPasswordProtected" : ["padID"]
|
||||
, "listAuthorsOfPad" : ["padID"]
|
||||
, "padUsersCount" : ["padID"]
|
||||
, "getAuthorName" : ["authorID"]
|
||||
}
|
||||
, "1.1":
|
||||
{ "getAuthorName" : ["authorID"]
|
||||
, "padUsers" : ["padID"]
|
||||
, "sendClientsMessage" : ["padID", "msg"]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user