Things like 204 no content wouldn't have a response model, but I don't see how to add a nil response. Probably just need HasResponseModel(http.StatusNoContent) or accept HasResponseModel(http.StatusNoContent, nil)
Things like 204 no content wouldn't have a response model, but I don't see how to add a nil response.
Probably just need HasResponseModel(http.StatusNoContent) or accept HasResponseModel(http.StatusNoContent, nil)