Closed kenjones-cisco closed 8 years ago
Is there a situation where you'd have more than one content-type header?
No, but to align to the swagger spec, so that writing the API definition following the swagger spec expects the definition to be a list. It causes an error in Swagger Editor.
Cool. I think reviewing this has actually revealed a gaping hole in the validation of file
type :(
lgtm :+1:
Update the
consumes
of file type to be array with items being a string with pattern.closes #54