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>2017-07-11 09:36:59 +0300
committerJoas Schilling <coding@schilljs.com>2017-07-12 12:53:17 +0300
commiteaa069667359b1e80238142c7d7e38e88768f184 (patch)
tree9d544e0bd638c8bf62959032b0d946a0fb82f700 /appinfo
parent9b173a1cddf612e6357d0de36cdea322748dcba3 (diff)
Rename getPeers* method because it is for calling
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 bf2541a63..41031eab0 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -46,7 +46,7 @@ return [
],
'ocs' => [
[
- 'name' => 'Call#getPeersInRoom',
+ 'name' => 'Call#getPeersForCall',
'url' => '/api/{apiVersion}/room/{token}/peers',
'verb' => 'GET',
'requirements' => [