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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-08 16:53:53 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-09 12:02:53 +0300
commitc1fbb530e48048f0b3594f6b0537c2d651d5ca99 (patch)
tree8596c8523b8d3f48130a8fc169a5c5095d7e9503 /appinfo
parentb1acb3019d71b94e20ffe56ac00644245b4282cf (diff)
Add support for signatures
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index bf2fcf676..37aa4e3df 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -44,6 +44,11 @@ return [
'verb' => 'POST'
],
[
+ 'name' => 'accounts#updateSignature',
+ 'url' => '/api/accounts/{accountId}/signature',
+ 'verb' => 'PUT'
+ ],
+ [
'name' => 'folders#sync',
'url' => '/api/accounts/{accountId}/folders/{folderId}/sync',
'verb' => 'GET'