Way to auto generate swagger on Adonis V6 ? #4714
Replies: 2 comments 2 replies
-
I used this and it works fine My only issue so far is getting it to work in Docker. give it a try |
Beta Was this translation helpful? Give feedback.
-
I am using auto swagger in the adonis V6. By default there are 3 schemas for global authorisation. Below is the yml representation. I want to override this and only use ApiKeyAuth with custom header name. I changed the securitySchemas in the swagger config as mentioned in the documentation. It is changing ApiKeyAuth header name but still shows all three authorisation method. ` securitySchemes: { security: [ Can any one help ? |
Beta Was this translation helpful? Give feedback.
-
Is there a way to auto-generate Swagger documentation for APIs in AdonisJS V6? If so, what tools or techniques can be used to integrate it effectively?
Beta Was this translation helpful? Give feedback.
All reactions