Hello,
I am implementing an oData service with an update operation (PUT)
On success the framework returns the http return code 204 in the header ~status_code.
I would like to provide a bit more detail in the return header ~status_reason.
Is there way I can influce that value from the oData service? Where there is now "no content", i would like to have a text: "request xxxx created"
Any ideas how I can achieve that?
Regards
Koen