summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-03-03 13:19:37 +0100
committerJoas Schilling <coding@schilljs.com>2021-03-08 11:56:19 +0100
commit7673f4f9316c16b79436125fbd39c7887fa3c34e (patch)
tree9bac441600639d12ccf2ec6b5ae4af96bd60ffe3 /appinfo/routes.php
parent79d52e679187a9bb26965855f153815e763666b0 (diff)
Move conversation creation to 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 4bf6276b6..7e42348af 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -215,7 +215,7 @@ return [
'url' => '/api/{apiVersion}/room',
'verb' => 'POST',
'requirements' => [
- 'apiVersion' => 'v(1|2|3)',
+ 'apiVersion' => 'v(4)',
],
],
[