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-04 15:02:02 +0300
committerJoas Schilling <coding@schilljs.com>2021-03-08 13:56:19 +0300
commit6c0246bc372d83602a735f8cafd87c248d4106e2 (patch)
tree9cd8ee844e6ad593d07de69e0a0d952253b0d33b /appinfo
parente331d29bed3454a824e476b7c4afd3229b7ee796 (diff)
Make leaving a room API 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 266f77421..b79ec6400 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -376,7 +376,7 @@ return [
'url' => '/api/{apiVersion}/room/{token}/participants/active',
'verb' => 'DELETE',
'requirements' => [
- 'apiVersion' => 'v(1|2|3)',
+ 'apiVersion' => 'v(4)',
'token' => '^[a-z0-9]{4,30}$',
],
],