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

Tools result show changes as */* #11

Open
oz4899 opened this issue Aug 22, 2020 · 1 comment
Open

Tools result show changes as */* #11

oz4899 opened this issue Aug 22, 2020 · 1 comment

Comments

@oz4899
Copy link

oz4899 commented Aug 22, 2020

Hi @joschi thanks for the nice tools , I have tried using your project to compare 2 OpenAPI 3.0.1 schema and it working fine and can detect the changes but somehow in some use cases i found that it cannot show exactly what has been changed but it instead show as */* . Could you give me more details on what is this */* meaning and how can I make it better ?

ps. I won't be able to share openAPI spec yet since it is my company confidential info but let me know if u need more info so that I can try to create dummy spec and reproduce it

Thank a lot

image

@joschi
Copy link
Owner

joschi commented Aug 27, 2020

@oz4899 Thanks for reporting this!

I won't be able to share openAPI spec yet since it is my company confidential info but let me know if u need more info so that I can try to create dummy spec and reproduce it

Would it be possible for you to create a minimal OpenAPI spec with one of the endpoints (for example /api/property) with the respective changes? You can rename the parameters or path variables as long as it's consistent.

Changed */* typically means that you've changed the media type (Content-Type) of the response for the given resource from "anything" (*/*) to another type.

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

No branches or pull requests

2 participants