Skip to content
New issue

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

Fix "examples" in /sellers/v1/marketplaceParticipations #189

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

b0g3r
Copy link

@b0g3r b0g3r commented Nov 17, 2021

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Swagger 2.0 describes response examples as mapping with MIME type:
https://swagger.io/docs/specification/2-0/adding-examples/

Swagger allows examples on the response level, each example corresponding to a specific MIME type returned by the operation. Such as one example for application/json, another one for text/csv and so on. Each MIME type must be one of the operation’s produces values -- either explicit or inherited from the global scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant