Help with configuring "subswaggers" in Swagger-Aggregator #532
-
What product are you having troubles with?Console What Console version are you using?Version: 1.102.8 DescriptionI am trying to get Categories to work in the API portal. I have been following the docs to enable this feature (part of swagger aggregator: here) and have not been able to get it to work. Here is what I have:
I want a category for all the endpoints in DocumentGeneration and in DocumentGenerationACL (separate micro services). I'm pretty sure I have something wrong with my path statement as the categories show up in the API Portal, but it does not have any endpoints listed. I need a wildcard for the path expression, but don't know how that would work. Other paths I have tried:
Lastly, I am currently running version 1.16.12 of the API Portal and version 3.5.1 of the Swagger-Aggregator. Actual OutcomeI get the categories in the API portal, but there are no routes listed Expected OutcomeI get the categories in the API portal with the expected routes listed |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @jdloyd! If you try with something like: |
Beta Was this translation helpful? Give feedback.
Hi @jdloyd! If you try with something like:
path.startsWith('/doc-gen/')
?