My Swagger APIs use Swagger tags to group APIs. When I import these into Postman, only the APIs associated with the first tag are imported. Tags are unrelated to the API, they just make it more readable. E.g.
customer Calls pertaining to customer resources
GET /
POST/
accounts Calls pertaining to account resources
GET /
POST /
I only get the APIs associated with the first (Swagger tag/label/note). None of the other APIs are parsed over.
Is this a know bug in Postman? Is there a work around? I’ve tried several different import options. They all miss all APIs after the first tag.
Thanks Danny. Turns out it was (my) user error. If you turn on “tags” in the import section (from path) it maps to how its laid out in Swagger. With 200+ REST interfaces, I was in organizational chaos.