C# Swashbuckle Annotations – define response headers – Asp.net
I use annotations like this from the package Swashbuckle.AspNetCore.Annotations to define responses for swagger: [SwaggerResponse(200, "OK", typeof(SampleResponseClass))] Is it possible with this package to define also the headers of the response? And if not what other possibilities would there be?