Fork me on GitHub
#luminus
<
2019-04-09
>
hairfire20:04:05

How does one specify a swagger response with an empty body? For example for a response code of 204, which has no body.

hairfire20:04:03

I just discovered the answer. Simply use something like {... :responses {204 nil} ...}