Skip to content

Commit e34dcb9

Browse files
Merge pull request #202 from ari4java/apis
ARI API Updates
2 parents 7e59348 + c4545f1 commit e34dcb9

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

codegen/src/main/resources/codegen-data/ari_10_0_0/channels.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2027,6 +2027,14 @@
20272027
"required": false,
20282028
"allowMultiple": false,
20292029
"dataType": "string"
2030+
},
2031+
{
2032+
"name": "transport_data",
2033+
"description": "Transport-specific data. For websocket this is appended to the dialstring.",
2034+
"paramType": "query",
2035+
"required": false,
2036+
"allowMultiple": false,
2037+
"dataType": "string"
20302038
}
20312039
],
20322040
"errorResponses": [

codegen/src/main/resources/codegen-data/ari_11_0_0/channels.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2027,6 +2027,14 @@
20272027
"required": false,
20282028
"allowMultiple": false,
20292029
"dataType": "string"
2030+
},
2031+
{
2032+
"name": "transport_data",
2033+
"description": "Transport-specific data. For websocket this is appended to the dialstring.",
2034+
"paramType": "query",
2035+
"required": false,
2036+
"allowMultiple": false,
2037+
"dataType": "string"
20302038
}
20312039
],
20322040
"errorResponses": [

codegen/src/main/resources/codegen-data/ari_8_0_0/channels.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2027,6 +2027,14 @@
20272027
"required": false,
20282028
"allowMultiple": false,
20292029
"dataType": "string"
2030+
},
2031+
{
2032+
"name": "transport_data",
2033+
"description": "Transport-specific data. For websocket this is appended to the dialstring.",
2034+
"paramType": "query",
2035+
"required": false,
2036+
"allowMultiple": false,
2037+
"dataType": "string"
20302038
}
20312039
],
20322040
"errorResponses": [

0 commit comments

Comments
 (0)