jkulkarni
2 years agoNew Contributor
Swagger UI giving error not enough values to unpack
Hi, I have a simple API with a post endpoint that requires three parameters. When I test it through the python-fask codegen SwaggerUI, I get error saying there are not enough values to unpack. How t...
- 2 years ago
The content type should be application/json instead of application_json. The swaggerhub editor should have ideally redlined this.