Skip to content

Commit e1a34bb

Browse files
committed
Inherited Shares
Signed-off-by: Maxence Lange <[email protected]> working on users with resharing rights Signed-off-by: Maxence Lange <[email protected]> -getLogger() Signed-off-by: Maxence Lange <[email protected]> cleaning Signed-off-by: Maxence Lange <[email protected]> fix type Signed-off-by: Maxence Lange <[email protected]>
1 parent f349d5a commit e1a34bb

File tree

3 files changed

+305
-70
lines changed

3 files changed

+305
-70
lines changed

apps/files_sharing/appinfo/routes.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
'url' => '/api/v1/shares',
5454
'verb' => 'GET',
5555
],
56+
[
57+
'name' => 'ShareAPI#getInheritedShares',
58+
'url' => '/api/v1/shares/inherited',
59+
'verb' => 'GET',
60+
],
5661
[
5762
'name' => 'ShareAPI#createShare',
5863
'url' => '/api/v1/shares',

0 commit comments

Comments
 (0)