summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-03-03 13:41:37 +0100
committerJoas Schilling <coding@schilljs.com>2021-03-08 11:56:19 +0100
commit1b4b1c6a720933c5a068a5feab72a1985e8f97a7 (patch)
tree4263fd342fbd09e342dbc728bf504f846b554815 /appinfo/routes.php
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/routes.php')
-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)',
],
],
[