metosin / ring-swagger

Swagger Spec for Clojure Web Apps
http://metosin.github.io/ring-swagger/doc/
371 stars 84 forks source link

Group versioned API #140

Open jainsahab opened 4 years ago

jainsahab commented 4 years ago

Library Version(s)

I am using metosin/ring-swagger "0.26.0" and metosin/ring-swagger-ui "3.9.0".

Problem

I am trying to use swagger for my versioned APIs, any idea what json configuration i will have to pass to swagger-json function to group API in a versioned manner as shown in image. I went through documentation but couldn't find any.

image