diff options
Diffstat (limited to 'ocs/routes.php')
-rw-r--r-- | ocs/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocs/routes.php b/ocs/routes.php index 1f9fd0037e2..7f4f78dd35d 100644 --- a/ocs/routes.php +++ b/ocs/routes.php @@ -135,7 +135,7 @@ if (\OC::$server->getAppManager()->isEnabledForUser('files_sharing')) { API::register('post', '/cloud/shares/{id}/permissions', - array($s2s, 'update'), + array($s2s, 'updatePermissions'), 'files_sharing', API::GUEST_AUTH ); |