summaryrefslogtreecommitdiff
path: root/rest-api/api-docs
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api/api-docs')
-rw-r--r--rest-api/api-docs/bridges.json22
1 files changed, 4 insertions, 18 deletions
diff --git a/rest-api/api-docs/bridges.json b/rest-api/api-docs/bridges.json
index 3e899788f..0038510f4 100644
--- a/rest-api/api-docs/bridges.json
+++ b/rest-api/api-docs/bridges.json
@@ -26,18 +26,11 @@
"parameters": [
{
"name": "type",
- "description": "Type of bridge to create.",
+ "description": "Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media).",
"paramType": "query",
"required": false,
"allowMultiple": false,
- "dataType": "string",
- "allowableValues": {
- "valueType": "LIST",
- "values": [
- "mixing",
- "holding"
- ]
- }
+ "dataType": "string"
},
{
"name": "bridgeId",
@@ -72,18 +65,11 @@
"parameters": [
{
"name": "type",
- "description": "Set the type of bridge.",
+ "description": "Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media) to set.",
"paramType": "query",
"required": false,
"allowMultiple": false,
- "dataType": "string",
- "allowableValues": {
- "valueType": "LIST",
- "values": [
- "mixing",
- "holding"
- ]
- }
+ "dataType": "string"
},
{
"name": "bridgeId",