We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c14fa commit bc0a214Copy full SHA for bc0a214
src/main/coffeescript/view/OperationView.coffee
@@ -109,7 +109,7 @@ class OperationView extends Backbone.View
109
contentTypeModel.produces = @model.produces
110
111
for param in @model.parameters
112
- type = param.type || param.dataType
+ type = param.type || param.dataType || ''
113
if typeof type is 'undefined'
114
schema = param.schema
115
if schema and schema['$ref']
0 commit comments