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:19:37 +0300
committerJoas Schilling <coding@schilljs.com>2021-03-08 13:56:19 +0300
commit7673f4f9316c16b79436125fbd39c7887fa3c34e (patch)
tree9bac441600639d12ccf2ec6b5ae4af96bd60ffe3 /appinfo
parent79d52e679187a9bb26965855f153815e763666b0 (diff)
Move conversation creation to v4
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 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)',
],
],
[