Reputation: 642
my question is about the displaying of the operation list in Azure Api management portal, i did an import from Swagger 2.0 in swagger i had the operations grouped by controller:
and after then import in the portal :
any ideas ?
Upvotes: 3
Views: 188
Reputation: 142014
Currently we don't do anything with the tags that are defined in the Swagger/OpenApi definition. However, the developer portal is customizable, so it might be possible to update the template and change the way the operations are displayed. You could group them based on the prefix (e.g. Account_ ).
It definitely should be easier than it currently is though.
Upvotes: 1