-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
It would be nice to add namespaces at the group level, like this:
tagGroups:
- name: 'User'
tags:
- 'Entity'
- 'Reports'
- name: 'Common'
tags:
- 'Reports'
And in decorators:
@ApiTags('User.Reports')
// ... some user reports controller
@ApiTags('Common.Reports')
// ... some common reports controller
But render without dots, like:
User
> Reports
Common
> Reports
Metadata
Metadata
Assignees
Labels
No labels