Is it possible with ServiceStack.Api.Swagger v3.9.33
to describe the response of an API operation and the returned status codes using Swagger
? Perhaps by attribute decoration on the Response class/properties, etc.
Like the highlighted sections for the following example operation from the pet store API: (http://petstore.swagger.wordnik.com/)
I can only see the HTTP methods and Request DTOS can be decorated on https://github.com/ServiceStack/ServiceStack/wiki/Swagger-API and quick glance at code looks like may not yet be supported, https://github.com/ServiceStack/ServiceStack/tree/master/src/ServiceStack.Api.Swagger