You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/onlyoffice_docspace/actions/invite-user/invite-user.mjs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ import app from "../../onlyoffice_docspace.app.mjs";
3
3
exportdefault{
4
4
key: "onlyoffice_docspace-invite-user",
5
5
name: "Invite User",
6
-
description: "Invites a new user to the portal. [See the documentation](https://api.onlyoffice.com/docspace/method/people/post/api/2.0/people/invite)",
7
-
version: "0.0.2",
6
+
description: "Invites a new user to the portal. [See the documentation](https://api.onlyoffice.com/docspace/api-backend/usage-api/invite-users/)",
Copy file name to clipboardExpand all lines: components/onlyoffice_docspace/actions/upload-file/upload-file.mjs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ import constants from "../../common/constants.mjs";
4
4
exportdefault{
5
5
key: "onlyoffice_docspace-upload-file",
6
6
name: "Upload File",
7
-
description: "Uploads a file to the specified room. [See the documentation](https://api.onlyoffice.com/docspace/method/files/post/api/2.0/files/%7bfolderid%7d/upload)",
8
-
version: "0.1.2",
7
+
description: "Uploads a file to the specified room. [See the documentation](https://api.onlyoffice.com/docspace/api-backend/usage-api/upload-file/)",
Copy file name to clipboardExpand all lines: components/onlyoffice_docspace/sources/new-file/new-file.mjs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ export default {
5
5
...common,
6
6
key: "onlyoffice_docspace-new-file",
7
7
name: "New File Created",
8
-
description: "Emit new event when a new file is created. [See the documentation](https://api.onlyoffice.com/docspace/method/files/get/api/2.0/files/%40root).",
9
-
version: "0.0.1",
8
+
description: "Emit new event when a new file is created. [See the documentation](https://api.onlyoffice.com/docspace/api-backend/usage-api/get-root-folders/).",
Copy file name to clipboardExpand all lines: components/onlyoffice_docspace/sources/new-folder/new-folder.mjs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ export default {
5
5
...common,
6
6
key: "onlyoffice_docspace-new-folder",
7
7
name: "New Folder Created",
8
-
description: "Emit new event when a new folder is createdr. [See the documentation](https://api.onlyoffice.com/docspace/method/files/get/api/2.0/files/%40root).",
9
-
version: "0.0.1",
8
+
description: "Emit new event when a new folder is created. [See the documentation](https://api.onlyoffice.com/docspace/api-backend/usage-api/get-root-folders/).",
Copy file name to clipboardExpand all lines: components/onlyoffice_docspace/sources/new-user-added/new-user-added.mjs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ export default {
4
4
...common,
5
5
key: "onlyoffice_docspace-new-user-added",
6
6
name: "New User Added",
7
-
description: "Emit new event when a new user is added. [See the documentation](https://api.onlyoffice.com/docspace/method/people/get/api/2.0/people/simple/filter).",
8
-
version: "0.0.1",
7
+
description: "Emit new event when a new user is added. [See the documentation](https://api.onlyoffice.com/docspace/api-backend/usage-api/get-simple-by-filter/).",
0 commit comments