OpenAPI Extensions
The following extensions are available on %product%.
x-tagGroups
x-tagGroups
groups operations in the index, creating one further hierarchy. This feature is only enabled if the index is set to be collapsible.
Tag groups can be defined as such in OpenAPI:
openapi'3.0'
info...
tags
name Lion
name Cheetah
name Dolphin
name Octopus
x-tagGroups
name Feline
tags
Lion
Cheetah
name Sea
tags
Dolphin
Octopus
Was this page helpful?