summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-03-04 13:00:41 +0100
committerJoas Schilling <coding@schilljs.com>2021-03-08 11:56:19 +0100
commite331d29bed3454a824e476b7c4afd3229b7ee796 (patch)
tree16495019ca10ab63b4e63dad9a8e17fa17f4e014 /appinfo/routes.php
parent5ba0871fd3fd6387a9822667d10babc0a39d3340 (diff)
Make joining a room API v4
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 1a909a90a..266f77421 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -358,7 +358,7 @@ return [
'url' => '/api/{apiVersion}/room/{token}/participants/active',
'verb' => 'POST',
'requirements' => [
- 'apiVersion' => 'v(1|2|3)',
+ 'apiVersion' => 'v(4)',
'token' => '^[a-z0-9]{4,30}$',
],
],