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:
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index bf642752e..085bd9e82 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -293,6 +293,16 @@ return [
'name' => 'sieve#updateActiveScript',
'url' => '/api/sieve/active/{id}',
'verb' => 'PUT'
+ ],
+ [
+ 'name' => 'thread#delete',
+ 'url' => '/api/thread/{id}',
+ 'verb' => 'DELETE'
+ ],
+ [
+ 'name' => 'thread#move',
+ 'url' => '/api/thread/{id}',
+ 'verb' => 'POST'
]
],
'resources' => [