I’ve noticed your documentation doesn’t allow setting the response type to image/jpeg, and was wondering if this would be a possibility? In OpenAPI we can set the response type via
"responses": {
200: {
"description": "Success",
"content": {
"image/jpeg": {}
},
},
}
Which displays it as such: https://kanin.nai.la/2024/06/23/CZXJ