Add assertion against TYPE_ARRAY with no items

This commit is contained in:
Cristi Vîjdea
2018-12-23 15:32:06 +02:00
parent dd5965fa92
commit b15535995f
3 changed files with 28 additions and 17 deletions
+8
View File
@@ -814,6 +814,14 @@ paths:
in: query
description: test manual param
type: boolean
- name: test_array
in: query
description: test query array arg
required: true
type: array
items:
type: string
collectionFormat: multi
responses:
'200':
description: response description