summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/appinfo/routes.php')
-rw-r--r--apps/files_sharing/appinfo/routes.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php
index ab5e829f86b..fa59cf936c9 100644
--- a/apps/files_sharing/appinfo/routes.php
+++ b/apps/files_sharing/appinfo/routes.php
@@ -54,6 +54,11 @@ return [
'verb' => 'GET',
],
[
+ 'name' => 'ShareAPI#getInheritedShares',
+ 'url' => '/api/v1/shares/inherited',
+ 'verb' => 'GET',
+ ],
+ [
'name' => 'ShareAPI#createShare',
'url' => '/api/v1/shares',
'verb' => 'POST',