Closed
Description
Hi,
I have a @OpenAPIDefinition
with security defined for the whole app, but I want to override and disable security for one method, how can I do that?
Using @Operation(security = {})
on the method doesn't seem to work.
Expected output in yaml is security: []
for that one operation.
Thanks