-
Notifications
You must be signed in to change notification settings - Fork 300
API Endpoint operation headers disappeared in latest version #1025
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
Comments
can you provide me with a small sample spec where i can reproduce this ? The example which uses |
We're also seeing the same thing on all of our Rapidoc sites |
Actually, the demo page for Azure AD is broken too. |
okay got it, lemme check |
@neptunecentury is your sepc |
Well, we generate swagger 2.0, but use an API to convert it to OpenAPI v3 using the swagger converter here https://converter.swagger.io/api/convert It generates OpenAPI 3 spec
|
We generate |
Is now fixed in release It was introduced due to a new vendor-extention paths:
/path:
get:
summary: Endpoint
tags:
- xyz-id
tags:
- name: xyz-id
x-displayName: Custom Tag Name
description: Custom Tag Description Refer to https://github.com/rapi-doc/RapiDoc/blob/master/docs/specs/tag-displayname.yaml for its usage Thanks for pointing out the issue !!! |
Hi, we have been using the CDN with version 9.3.4 for some time, and the side navigation operation headers were showing before. After this recent update in 9.3.5, the navigation tags are missing.

I have manually downloaded 9.3.4 and removed CDN for now until the issue is resolved. Is there anything on my end I need to update to get this working again?
Thanks
The text was updated successfully, but these errors were encountered: