Pass http headers using the swagger UI

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

This works for me, where it shows up in the UI:

And gets sent in the HTTP Request Headers: