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'm using swagger::blocks in my rails application. For any new endpoint in my rails controller, I'm annotating the endpoint with swagger_path declarations along with required parameters.
At swagger docs level (I mean from swagger docs interface), the parameters are being validated to which required: true is present. I'm trying to find a way if there is any possibility to fire the same validations when I'm using this swagger path from the postman or RestClient or from curl requests.
Please let me know.
The text was updated successfully, but these errors were encountered:
ms-z
changed the title
Auto validate parameters with Rails appliction
Auto validate parameters with Rails application
Apr 10, 2019
Hello Team,
I'm using swagger::blocks in my rails application. For any new endpoint in my rails controller, I'm annotating the endpoint with swagger_path declarations along with required parameters.
At swagger docs level (I mean from swagger docs interface), the parameters are being validated to which required: true is present. I'm trying to find a way if there is any possibility to fire the same validations when I'm using this swagger path from the postman or RestClient or from curl requests.
Please let me know.
The text was updated successfully, but these errors were encountered: