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:
authorGretaD <gretadoci@gmail.com>2020-06-15 19:28:57 +0300
committerGretaD <gretadoci@gmail.com>2020-09-01 12:43:19 +0300
commit5d9acc676421c285ad4c3cf205b9db21e0bfbd74 (patch)
tree8f7f56ee01ad83ee3aa6d4da0cb79dc41b828995 /appinfo
parent997114317d0736709e311f9be82155fe469c1e60 (diff)
Add rename mailbox option
Signed-off-by: GretaD <gretadoci@gmail.com>
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 ea6758ce2..e10e058e4 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -90,6 +90,11 @@ return [
'verb' => 'GET'
],
[
+ 'name' => 'mailboxes#patch',
+ 'url' => '/api/mailboxes/{id}',
+ 'verb' => 'PATCH'
+ ],
+ [
'name' => 'mailboxes#sync',
'url' => '/api/mailboxes/{id}/sync',
'verb' => 'POST'