Rewrite tag with custom ones on api portal #578
Unanswered
elmalakomar
asked this question in
Q&A
Replies: 1 comment
-
Hi @elmalakomar, unfortunately it's not possible to "merge" your endpoints with the default swagger-aggregator endpoints so there is no solution for you problem at the moment |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What product are you having troubles with?
Marketplace
What Console version are you using?
v13.0.5
Description
Hello,
I have an API portal that shows a lot of endpoints with tags assigned by the crud-service.
I would like to put a set of endpoints under the same tag.
I'm trying to follow this documentation: https://docs.mia-platform.eu/docs/runtime_suite/swagger-aggregator/configuration
and I wrote the services array using the transform paths and specifying the custom tags.
The problem is that, this configuration rewrites completely the swagger config, so I lose all the other exposed endpoints.
What I can do to reach my goal?
Actual Outcome
No response
Expected Outcome
No response
Beta Was this translation helpful? Give feedback.
All reactions