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:
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php18
1 files changed, 3 insertions, 15 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 2e82785f8..72f83ed6c 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -95,21 +95,9 @@ return [
],
],
[
- 'name' => 'Room#createOneToOneRoom',
- 'url' => '/api/{apiVersion}/oneToOne',
- 'verb' => 'PUT',
- 'requirements' => ['apiVersion' => 'v1'],
- ],
- [
- 'name' => 'Room#createGroupRoom',
- 'url' => '/api/{apiVersion}/group',
- 'verb' => 'PUT',
- 'requirements' => ['apiVersion' => 'v1'],
- ],
- [
- 'name' => 'Room#createPublicRoom',
- 'url' => '/api/{apiVersion}/public',
- 'verb' => 'PUT',
+ 'name' => 'Room#createRoom',
+ 'url' => '/api/{apiVersion}/room',
+ 'verb' => 'POST',
'requirements' => ['apiVersion' => 'v1'],
],
[