Forum Discussion
cjhoward18
4 years agoEmployee
FYI this is a string with default defined correctly that is working for me if that String is the true desired type:
parameters:
- description: Person ID to get. returns all if null
default:
- "empty"
required: False
name: putId
in: query
type: string
collectionFormat: multi
jsmith141
4 years agoNew Contributor III
That was the issue. I completely overlooked it, I apologize I am still learning the yaml format and open API specification. Thanks so much for your help with this!
Best,
James