Displaying more information in Tyk's API Catalogue

Hi Folks,

Is there anyway i can display the list of API URLs in the API Catalogue, beside just the Title and short description? Trying to find the settings but to no avail.

Or this got to be customised with some backend API calls? I believe it should also be flexible enough to display more information on the actual APIs itself.

Hi,
Sure, you can import a whole swagger. (Try to import petstore’s swagger doc as a test).

Yaara

Hi Yaara,

Thanks, now i understand that the information will be parsed accordingly based on the OpenAPI specification.

I think the thing to note is that i have to changed the base url to my gateway hostname rather than the base url of petstore (petstore.swagger.io/v2)