summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-02-19 13:55:07 +0100
committerJoas Schilling <coding@schilljs.com>2020-02-25 09:50:00 +0100
commit531b5a9aad088ae2d410976e1ae091a1827fed91 (patch)
tree59b03725782d7e2e17d08388c9c4e82991fede52 /appinfo
parentf318ef65e15812d4189771351629b5f4f07f0ea6 (diff)
Allow to select an attachment folder
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-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',
+ ],
+ ],
],
];