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
https://petstore3.swagger.io/#/pet/uploadFile has an application/octet-stream payload in request body.
Currently it's not typed correctly (no query or path params are shown), and the request will probably fail cause the body won't be included.
The text was updated successfully, but these errors were encountered:
https://petstore3.swagger.io/#/pet/uploadFile has an
application/octet-stream
payload in request body.Currently it's not typed correctly (no query or path params are shown), and the request will probably fail cause the
body
won't be included.The text was updated successfully, but these errors were encountered: