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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-02-19 15:55:07 +0300
committerJoas Schilling <coding@schilljs.com>2020-02-25 11:50:00 +0300
commit531b5a9aad088ae2d410976e1ae091a1827fed91 (patch)
tree59b03725782d7e2e17d08388c9c4e82991fede52 /appinfo/routes.php
parentf318ef65e15812d4189771351629b5f4f07f0ea6 (diff)
Allow to select an attachment folder
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index f0729ba87..94676923f 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -397,6 +397,18 @@ return [
'token' => '^[a-z0-9]{4,30}$',
],
],
+
+ /**
+ * UserSettings
+ */
+ [
+ 'name' => 'Settings#setUserSetting',
+ 'url' => '/api/{apiVersion}/settings/user',
+ 'verb' => 'POST',
+ 'requirements' => [
+ 'apiVersion' => 'v1',
+ ],
+ ],
],
];