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:
authorJoas Schilling <coding@schilljs.com>2018-11-06 19:29:05 +0300
committerJoas Schilling <coding@schilljs.com>2018-11-06 19:29:05 +0300
commit10c847b0c511cbff08dda95505c45234faf90883 (patch)
treef814c6cde8f5e45f5992a812b20c999e2ff966ee /appinfo/routes.php
parent3aba43b3d2385892a9bb416ff8c533c3a553b45f (diff)
Merge the email-invite into the new universal endpoint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 196a4326a..884e86b9f 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -218,15 +218,6 @@ return [
],
],
[
- 'name' => 'Room#inviteEmailToRoom',
- 'url' => '/api/{apiVersion}/room/{token}/participants/guests',
- 'verb' => 'POST',
- 'requirements' => [
- 'apiVersion' => 'v1',
- 'token' => '^[a-z0-9]{4,30}$',
- ],
- ],
- [
'name' => 'Room#removeParticipantFromRoom',
'url' => '/api/{apiVersion}/room/{token}/participants',
'verb' => 'DELETE',