rest icon indicating copy to clipboard operation
rest copied to clipboard

Add support for response models that don't return a type

Open jmelching opened this issue 9 months ago • 0 comments

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)

jmelching avatar May 22 '24 19:05 jmelching