Add support for Default Responses
#26
Labels
Needs Discussion
This ticket needs discussion (some solution needs to be discussed in order to proceed and implement)
Webapi-Swagger
All issues related to Webapi-swagger (generation of Webapi contracts from Swagger Docs)
Swagger 2.0
has support forDefault Responses
, where in we can specify what to default to incase we receive a response code that is not present in the list ofResponse
s for anOperation
.We need to figure out how or whether this can be supported in Webapi.
If not, we will have to come up with some strategy in
webapi-swagger
and handle this somehow.The text was updated successfully, but these errors were encountered: