0
edvin created
Hi,
we want to split single swagger documentation to multiple documents based on f.e. on modules.
In swashbuckle we can use ApiExplorer setting decorator atribute or custom convention.
How we can do it if we use dynamic generation of webapi controllers (CreateControllersForAppServices in .NET core version) ? Is there any parameter ?
Thanks for advance.
Edvin
1 Answer(s)
-
0
Hi,
There is no buşlt in attribute for that. I haven't tried it but this might be helpful <a class="postlink" href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore#assign-actions-to-documents-by-convention">https://github.com/domaindrivendev/Swas ... convention</a>.