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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-05-29 23:52:01 +0300
committerJoas Schilling <coding@schilljs.com>2020-06-10 17:26:50 +0300
commit2071501469c0058b255ec38d2ed5ca030efeca79 (patch)
tree475a312b71495ee07a8c2bad6382776431af504c /appinfo/routes.php
parent387e775896831ebb8d06866a7efacf6ea36b6f8b (diff)
Add button to delete an account
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 80c46f6b9..db160f4d3 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -461,5 +461,13 @@ return [
'apiVersion' => 'v1',
],
],
+ [
+ 'name' => 'HostedSignalingServer#deleteAccount',
+ 'url' => '/api/{apiVersion}/hostedsignalingserver/delete',
+ 'verb' => 'DELETE',
+ 'requirements' => [
+ 'apiVersion' => 'v1',
+ ],
+ ],
],
];