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 attempted to load the official Swagger example "PetStore" into this tool and it failed:
Fatal error: Uncaught InvalidArgumentException: formData is not a valid parameter location in vendor/eleven-labs/api-validator/src/Definition/Parameters.php on line 179
The formData attribute is used with "consumes": "application/x-www-form-urlencoded" content type.
You are right, this library was mainly crafted to support JSON APIs. Back in the days, I wasn't interested to support anything else. I'll sure look into it.
I attempted to load the official Swagger example "PetStore" into this tool and it failed:
The
formData
attribute is used with"consumes": "application/x-www-form-urlencoded"
content type.Refs #10
The text was updated successfully, but these errors were encountered: