Forum Discussion

Jislin's avatar
Jislin
Occasional Visitor
3 years ago
Solved

Sub Tags Option in OpenAPI 3.0

Hi All, Is it possible to create sub tags and group methods into sub groups under each tag example:  -> Pet       --->Dog           ----> German Shepherd           ----> Labrador       --->Cat...
  • ponelat's avatar
    3 years ago

    Hi Jislin 

     

    I'm afraid there isn't any support for nested or sub-tags yet. 

    Are you mostly interested in the SwaggerUI rendering it into groups, or something more?

    I ask because the codegen projects use tags to group operations into Controllers/Methods, which is a different concern.