summaryrefslogtreecommitdiff
path: root/rest-api/api-docs/bridges.json
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api/api-docs/bridges.json')
-rw-r--r--rest-api/api-docs/bridges.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/rest-api/api-docs/bridges.json b/rest-api/api-docs/bridges.json
index 7b3c4a37b..57954dd27 100644
--- a/rest-api/api-docs/bridges.json
+++ b/rest-api/api-docs/bridges.json
@@ -114,7 +114,7 @@
},
{
"name": "channel",
- "description": "Channel's id",
+ "description": "Ids of channels to add to bridge",
"paramType": "query",
"required": true,
"allowMultiple": true,
@@ -158,7 +158,7 @@
},
{
"name": "channel",
- "description": "Channel's id",
+ "description": "Ids of channels to remove from bridge",
"paramType": "query",
"required": true,
"allowMultiple": true,
@@ -277,7 +277,7 @@
"description": "Format to encode audio in",
"paramType": "query",
"required": true,
- "allowMultiple": true,
+ "allowMultiple": false,
"dataType": "string"
},
{
@@ -389,7 +389,7 @@
},
"channels": {
"type": "List[string]",
- "description": "Id's of channels participating in this bridge",
+ "description": "Ids of channels participating in this bridge",
"required": true
}
}