Skip to content

Commit

Permalink
[4.3] update metaflows schema (#6241)
Browse files Browse the repository at this point in the history
* [4.3] update metaflows schema

* add desc
  • Loading branch information
jamesaimonetti authored and lazedo committed Jan 9, 2020
1 parent 5bc2d28 commit 35cc0c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions applications/crossbar/priv/api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -25559,6 +25559,10 @@
],
"type": "string"
},
"dtmf_leg": {
"description": "leg to listen for DTMF",
"type": "string"
},
"format": {
"description": "What format to store the recording",
"enum": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
],
"type": "string"
},
"dtmf_leg": {
"description": "leg to listen for DTMF",
"type": "string"
},
"format": {
"description": "What format to store the recording",
"enum": [
Expand Down

0 comments on commit 35cc0c2

Please sign in to comment.