✅ How to add a Tag
to an API Route
#564
TheWisestOne
started this conversation in
Ideas
Replies: 2 comments
-
tags are not yet supported by the OpenAPI generator and |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dear @TheWisestOne, |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm enjoying digging into this library, but am struggling with one detail. I can't seem to figure out how to set the
tags
for an API endpoint when usingendpointFactory.build
.by
tags
, I'm talking about OpenApi tags: https://swagger.io/docs/specification/grouping-operations-with-tags/This helps group the API endpoints in the generated Swagger UI. Is this feature available in this library?
Beta Was this translation helpful? Give feedback.
All reactions