You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented the swagger using this library in my Rails application. In my Registration Controller I have added the below code:
swagger_controller :registrations, 'User Management'
This line creates a tag like "registrations : User Management " when execute the swagger.
Is there any option to replace this "registrations : User Management " with some other string to have more readable tags ?
Please guide ASAP
Thanks
The text was updated successfully, but these errors were encountered:
I have implemented the swagger using this library in my Rails application. In my Registration Controller I have added the below code:
swagger_controller :registrations, 'User Management'
This line creates a tag like "registrations : User Management " when execute the swagger.
Is there any option to replace this "registrations : User Management " with some other string to have more readable tags ?
Please guide ASAP
Thanks
The text was updated successfully, but these errors were encountered: