We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having a media type containing the optional charset part lets the mock server fail.
2020/02/10 14:46:31 GET /health (checkHealth) => 200 (application/json;charset=UTF-8) 2020/02/10 14:46:31 Cannot marshal as 'application/json;charset=UTF-8'!
With the following spec for example
/pet/findByStatus: get: tags: - "pet" summary: "Finds Pets by status" description: "Multiple status values can be provided with comma separated strings" operationId: "findPetsByStatus" produces: - "application/json; charset=utf-8"
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Having a media type containing the optional charset part lets the mock server fail.
With the following spec for example
The text was updated successfully, but these errors were encountered: