Skip to content

Commit

Permalink
HELP-14771: Remove default and add minimum for min_shortdial_destinat…
Browse files Browse the repository at this point in the history
…ion param
  • Loading branch information
harenson committed Jun 4, 2020
1 parent e31003b commit de673c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions applications/crossbar/priv/api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -35273,8 +35273,8 @@
"type": "integer"
},
"min_shortdial_destination": {
"default": 0,
"description": "do short-dial correction if dialed number's length is equal to this value ONLY when it is greater than 0",
"description": "do short-dial correction if dialed number's length is equal to this value",
"minimum": 1,
"type": "integer"
},
"route_by": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
"type": "integer"
},
"min_shortdial_destination": {
"default": 0,
"description": "do short-dial correction if dialed number's length is equal to this value ONLY when it is greater than 0",
"description": "do short-dial correction if dialed number's length is equal to this value",
"minimum": 1,
"type": "integer"
},
"route_by": {
Expand Down

0 comments on commit de673c1

Please sign in to comment.