I have a Swagger UI setup with multiple tags in my OpenAPI specification, and I want to customize the UI to display only certain tags for each operation.
For example, in my spec file, I have the following path:
this should not be the job of the UI... I imagine that you can create a plugin that does that, but...
whatever generates that specification should do that filtering/removal job
How can we help?
I have a Swagger UI setup with multiple tags in my OpenAPI specification, and I want to customize the UI to display only certain tags for each operation.
For example, in my spec file, I have the following path:
I want to display only the "resource" tag in the Swagger UI and hide the "v1" tag.
How can I achieve this? Is there a way to filter out tags programmatically in the Swagger UI configuration? @char0n