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
Use Case:
In our Swagger Docs, we have an example of response 400: invalid data. I'm unable to test this with Hippie-Swagger since sending invalid (or missing) data results in:
Error: Invalid format for parameter {body}, received: undefined. errors:data.thing should have required property 'name'
The text was updated successfully, but these errors were encountered:
Use Case:
In our Swagger Docs, we have an example of
response 400
: invalid data. I'm unable to test this with Hippie-Swagger since sending invalid (or missing) data results in:The text was updated successfully, but these errors were encountered: