Simon Hoffe

Results 1 issues of Simon Hoffe

With reference to: [Support multiple responses with different response codes and schemes](https://github.com/apiflask/apiflask/issues/327) [Support complete custom response spec](https://github.com/apiflask/apiflask/pull/458) and this example: ``` @app.doc(responses={ 404: { 'description': 'Custom error', 'content': { 'application/json':...

improvement