Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-11-25 17:02:57 +0300
committerJulius Härtl <jus@bitgrid.net>2019-12-02 14:28:30 +0300
commita6bd99213f36b55b35e08e3fd609f631ba5e970d (patch)
tree15769d7e543c424723f8443bcfc6936f160bd578 /appinfo
parent5f7f70c75e7469309de671d732300f17ec69dde4 (diff)
Add direct editing endpoint for workspaces
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 903fdb95b..b1362dc39 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -43,5 +43,7 @@ return [
'ocs' => [
['name' => 'Workspace#folder', 'url' => '/workspace', 'verb' => 'GET'],
['name' => 'Workspace#publicFolder', 'url' => '/public/workspace', 'verb' => 'GET'],
+ ['name' => 'Workspace#direct', 'url' => '/workspace/direct', 'verb' => 'GET'],
+
]
];