python-restx / flask-restx

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
https://flask-restx.readthedocs.io/en/latest/
Other
2.16k stars 335 forks source link

I am using the expect decorator, and the result of model validation is eventually printed with flask_restx.abort. How do I customize this response? #544

Open miaokela opened 1 year ago

miaokela commented 1 year ago

I am using the expect decorator, and the result of model validation is eventually printed with flask_restx.abort. How do I customize this response?

miaokela commented 1 year ago
image

The above response format does not meet my requirements, how to adjust?