summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-03-03 12:08:56 +0100
committerJoas Schilling <coding@schilljs.com>2021-03-08 11:56:19 +0100
commit5bff56f2cac21c1964e6f81be00d22e261d2d926 (patch)
treeb6d42dfce763b419a17c29f680636f9148ce8caa /appinfo/routes.php
parent6902e5705705ea9a9147670469c1767a4bd8a443 (diff)
Move listed rooms to API v4
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 87e15f034..7592b4872 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -207,7 +207,7 @@ return [
'url' => '/api/{apiVersion}/listed-room',
'verb' => 'GET',
'requirements' => [
- 'apiVersion' => 'v3',
+ 'apiVersion' => 'v(4)',
],
],
[
@@ -286,7 +286,7 @@ return [
'url' => '/api/{apiVersion}/room/{token}/listable',
'verb' => 'PUT',
'requirements' => [
- 'apiVersion' => 'v3',
+ 'apiVersion' => 'v(4)',
'token' => '^[a-z0-9]{4,30}$',
],
],