如何在swagger swash buckle中设置具有相同状态代码的多个返回类型

时间:2016-08-08 09:44:03

标签: .net asp.net-web-api swagger

我正在研究swagger,我想让多个返回类型知道从具有相同状态代码的单个函数招摇。

我一直在功能上使用这些标签:

[SwaggerResponse(HttpStatusCode.OK, Type = typeof(PagedResult<GetIncidentsReportResponse>))] 
[SwaggerResponse(HttpStatusCode.OK, Type = typeof(IEnumerable<GetCountResponse>))] 

0 个答案:

没有答案