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-04-26 11:14:00 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-04-26 13:50:20 +0300
commit982bf986ba362fcbc849ce8f3c3ea24b5f0653de (patch)
tree612834dfcb2d1681648a194b93d1a9c015ad1d89 /appinfo/routes.php
parent4cf756fbe6f81e8487c390b7beb20bf595a939a7 (diff)
Add docs for the /mentions endpoint
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 86ca86b23..df2e44067 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -130,8 +130,8 @@ return [
],
],
[
- 'name' => 'Chat#autoComplete',
- 'url' => '/api/{apiVersion}/chat/{token}/autocomplete',
+ 'name' => 'Chat#mentions',
+ 'url' => '/api/{apiVersion}/chat/{token}/mentions',
'verb' => 'GET',
'requirements' => [
'apiVersion' => 'v1',