You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a related need where I want the same tag label to be rendered under different groups. Being able to assign an id/label to a tag and reference the tag id in tagGroups would help:
@ApiTags('some-tag-id')
tagGroups: [{name: "General",tags: [{id: "some-tag-id",label: "My Tag Label"}],},]
It would be nice to add namespaces at the group level, like this:
And in decorators:
But render without dots, like:
The text was updated successfully, but these errors were encountered: