From 531b5a9aad088ae2d410976e1ae091a1827fed91 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 19 Feb 2020 13:55:07 +0100 Subject: Allow to select an attachment folder Signed-off-by: Joas Schilling --- appinfo/routes.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'appinfo/routes.php') 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', + ], + ], ], ]; -- cgit v1.2.3