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>2018-03-21 16:20:04 +0300
committerJoas Schilling <coding@schilljs.com>2018-03-21 17:15:54 +0300
commit0be200e09923547b7e970fee4c3cf6ee9849a04b (patch)
treea889907bb94afdc4ead0e137cb133ce4edfeb471 /appinfo/routes.php
parentb57ac3334efa7f35211b3d0fa0c2bfea076a109f (diff)
Update participant list also when not in call
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index f7b0aacd7..5a19618a0 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -267,10 +267,11 @@ return [
],
[
'name' => 'Guest#setDisplayName',
- 'url' => '/api/{apiVersion}/guest/name',
+ 'url' => '/api/{apiVersion}/guest/{token}/name',
'verb' => 'POST',
'requirements' => [
'apiVersion' => 'v1',
+ 'token' => '^[a-z0-9]{4,30}$',
],
],
],