summaryrefslogtreecommitdiff
path: root/rest-api
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api')
-rw-r--r--rest-api/api-docs/bridges.json2
-rw-r--r--rest-api/api-docs/channels.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/rest-api/api-docs/bridges.json b/rest-api/api-docs/bridges.json
index ec7cdaefc..819c777db 100644
--- a/rest-api/api-docs/bridges.json
+++ b/rest-api/api-docs/bridges.json
@@ -13,7 +13,7 @@
"operations": [
{
"httpMethod": "GET",
- "summary": "List active bridges.",
+ "summary": "List all active bridges in Asterisk.",
"nickname": "getBridges",
"responseClass": "List[Bridge]"
},
diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json
index eeb56a5c6..40ccda740 100644
--- a/rest-api/api-docs/channels.json
+++ b/rest-api/api-docs/channels.json
@@ -13,7 +13,7 @@
"operations": [
{
"httpMethod": "GET",
- "summary": "List active channels.",
+ "summary": "List all active channels in Asterisk.",
"nickname": "getChannels",
"responseClass": "List[Channel]"
},