Generated documentation contains "x-tokenname" in lowercase instead of "x-tokenName" #1661
Unanswered
akovalchuk
asked this question in
Q&A
Replies: 1 comment
-
I hit the same issue. I'm updating |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Generated documentation contains "x-tokenname" in lowercase instead of "x-tokenName" and it prevents Swagger UI to work correctly.
I tried to use the following annotations:
I have checked the source code of the "swagger-ui-bundle.js" and it expects for the "x-tokenName" (camelcase)
After updating manually all three files and replacing "x-tokenname" -> "x-tokenName" may start to send & fetch correct attribute.
Does anyone know why it happens and how to solve that?
Thank you.
P.S.: OS - Windows 11 Pro, swag.exe version v1.8.12
Beta Was this translation helpful? Give feedback.
All reactions