Fork me on GitHub
#reitit
<
2022-09-07
>
cvetan18:09:58

I am using reitit swagger support, and I do not know hot to properly return empty body response for instance on successfully update and 204 status

cvetan18:09:22

I return empty body but swagger ui shows download file when returning response

cvetan18:09:54

I defined all response types in function

rolt08:09:59

returning an empty body is correct so the error is probably somewhere else