I saw there is a ParameterType on the ApiMember attribute that could be set to “header”
however this has no effect on the swagger UI
[ApiMember(
Name = “Token”,
ParameterType = “header”,
DataType = “string”,
IsRequired = true)]
… etc …
Is there any way to activate this behavior ?
thank you
Enrico