Fix missing assignment for default in openapi.Parameter

This commit is contained in:
Cristi Vîjdea
2018-02-22 20:33:47 +02:00
parent 64c280e222
commit f15e70b7db
4 changed files with 12 additions and 2 deletions
+2 -1
View File
@@ -198,9 +198,10 @@ paths:
- name: what_am_i_doing
in: formData
description: test
required: true
required: false
type: string
pattern: ^69$
default: '69'
- name: image_styles
in: formData
description: Parameter with Items