Skip to content

Commit

Permalink
Update callflows.dynamic_cid.json (2600hz#3759)
Browse files Browse the repository at this point in the history
  • Loading branch information
onnet authored and fenollp committed May 30, 2017
1 parent 728c2ff commit 042c2f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/callflow/doc/ref/dynamic_cid.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Validator for the dynamic_cid callflow's data object

Key | Description | Type | Default | Required
--- | ----------- | ---- | ------- | --------
`action` | What action to perform | `string('manual', 'list')` | | `false`
`action` | What action to perform | `string('list', 'lists', 'manual', 'static')` | | `false`
`caller_id` | Static Caller ID settings | `object` | | `false`
`caller_id.name` | Caller ID Name | `string` | | `false`
`caller_id.number` | Caller ID Number | `string` | | `false`
Expand Down
4 changes: 3 additions & 1 deletion applications/crossbar/priv/api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1259,8 +1259,10 @@
"action": {
"description": "What action to perform",
"enum": [
"list",
"lists",
"manual",
"list"
"static"
],
"type": "string"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"action": {
"description": "What action to perform",
"enum": [
"list",
"lists",
"manual",
"list"
"static"
],
"type": "string"
},
Expand Down

0 comments on commit 042c2f5

Please sign in to comment.