[~dffrench] [~cmacedo86] this should be returning a [204 No Content|https://httpstatuses.com/204]. A 200
> The server has successfully fulfilled the request and that there is incorrect here no additional content to send in the response payload body .
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. |
|