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

Swagger Docs for dcm4chee-arc only shows subsets of APIs #9645

Closed
vrindanayak opened this issue Feb 26, 2024 · 8 comments
Closed

Swagger Docs for dcm4chee-arc only shows subsets of APIs #9645

vrindanayak opened this issue Feb 26, 2024 · 8 comments

Comments

@vrindanayak
Copy link

vrindanayak commented Feb 26, 2024

https://petstore.swagger.io/index.html?url=https://dcm4che.github.io/dcm4chee-arc-light/swagger/openapi.json#/

Rendering of all APIs was working properly until Friday 22.02

Tested with normal / private / incognito windows of Google Chrome / Firefox browsers.

Is https://github.com/swagger-api/swagger-ui/releases/tag/v5.11.8 (Release date 23.02) impacting this in anyway?

@vrindanayak vrindanayak changed the title Swagger Docs for dcm4chee-arc shows only subsets of APIs Swagger Docs for dcm4chee-arc only shows subsets of APIs Feb 26, 2024
@am-burban
Copy link

I noticed it, too with our spec. and managed to track it down: swagger-api/swagger-js#3385

@vrindanayak
Copy link
Author

We're currently working around this by :

@am-burban
Copy link

am-burban commented Feb 26, 2024

Yeah, v5.11.7 is fine, because it uses the older swagger-client version (v3.25.1 vs. 3.25.3 in swagger-ui 5.11.8).

@amitkma
Copy link

amitkma commented Feb 26, 2024

We are also facing the same issue. We solved it temporarily by reverting to v5.11.7

@kiblik
Copy link

kiblik commented Feb 28, 2024

We have a similar problem at DefectDojo/django-DefectDojo#9629

Check: https://demo.defectdojo.org/api/v2/oa3/swagger-ui/

  • The example value for POST /api/v2/credentials/ works fine
  • but the example value for POST /api/v2/engagements/ just says "string"

@char0n
Copy link
Member

char0n commented Feb 29, 2024

Hi everybody,

Quick status update: We're currently in the process of trying to solve this issue.

@char0n
Copy link
Member

char0n commented Mar 1, 2024

Addressed in #9658. ETA of release - next Monday

@char0n
Copy link
Member

char0n commented Mar 4, 2024

Released as https://github.com/swagger-api/swagger-ui/releases/tag/v5.11.9

Please reopen is you still see more issues with your definitions.

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

No branches or pull requests

6 participants