okapi
okapi copied to clipboard
Ignore guard arguments in derive
Is there a way to ignore guards from the api docs?
I'm currently using a third-party guard which doesn't implement OpenApiFromRequest and I'd simply would like to ignore it. Any idea on how to do that?
This has been added very recently (yesterday), so currently only in master. This will also be available in the next release, but that might not be soon.
So yes it is possible. For more info see: #113
Using master would be okay for me. Thanks for the information.