[http-server-csharp] OkResponse
is generated as a model
#5001
Labels
Milestone
OkResponse
is generated as a model
#5001
We have an operation that just returns 200 without body content:
usually we write this in a way that the op returns
void
, but because of this issue , I cannot do it.In the generation result,
OkResponse
is generated as an empty model, this should not happen especially the operation withOkResponse
is generated as this without a return body type:
The text was updated successfully, but these errors were encountered: