Forum Discussion

elisheva's avatar
elisheva
Visitor
11 months ago

swagger autogen-tags-base url

How can I do a base url to a spesific model.

I used tags to group the functions from the same model .

I want to know if the way to group the functions from the same model is to create a tag and to write 

/*
    #swagger.tags=['messages']
    */
in each function.
the second thing I want to know,
Is there a way to make "base-url" to all the functions from the same model , maybe by using tag.