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.
If the swagger document contains a mime type with a charset parameter, for example
consumes: - application/json;charset=UTF-8
the generated api does set not a type definition,
type: ContentType.Json,
is missing.