mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-15 11:36:53 -04:00
Add API endpoint to return padID for a readOnlyID
This commit is contained in:
parent
1a77e57503
commit
97402f60b8
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ var version =
|
|||
, "getRevisionsCount" : ["padID"]
|
||||
, "getLastEdited" : ["padID"]
|
||||
, "deletePad" : ["padID"]
|
||||
, "getPadID" : ["roID"]
|
||||
, "getReadOnlyID" : ["padID"]
|
||||
, "setPublicStatus" : ["padID", "publicStatus"]
|
||||
, "getPublicStatus" : ["padID"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue