[~dffrench] [~cmacedo86] this should be returning a [204 No Content|https://httpstatuses.com/204].
@ {quote} The server has successfully fulfilled the request and that there is no additional content to send in the response payload body. {quote}
We are using 204 No Content in [other places|https://github.com/aerogear/mobile-security-service/blob/f7eced40451463934cd2713ad11ab1d4e66c5d3e/pkg/web/apps/apps_http_handler.go#L41] so we should be keeping our status codes consistent. |
|