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>2021-03-03 15:41:37 +0300
committerJoas Schilling <coding@schilljs.com>2021-03-08 13:56:19 +0300
commit1b4b1c6a720933c5a068a5feab72a1985e8f97a7 (patch)
tree4263fd342fbd09e342dbc728bf504f846b554815 /appinfo
parent7673f4f9316c16b79436125fbd39c7887fa3c34e (diff)
Move get rooms to API v4
Added FIXMEs for participant parameters that should check the participant endpoint instead Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 7e42348af..27e1fe845 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -199,7 +199,7 @@ return [
'url' => '/api/{apiVersion}/room',
'verb' => 'GET',
'requirements' => [
- 'apiVersion' => 'v(1|2|3)',
+ 'apiVersion' => 'v(4)',
],
],
[