http-header in swagger

Is it possible to document the use of header parameter. I need a tenant for the API-Interface provided in the header. I have no problem to read the header data out but to document this

Something like this...

    [Route('/participantBadge/{participantId}')]
    [Parameter('tenant:string')]
    [HttpPatch] function participantBadge( participantId:TCVSObjectId;
                                          [fromBody]  Badge:TStream
                                          [fromHeader] tenant:string):TCVSObjectId;

Best regards
Sven

Currently that is not possible. I'd suggest adding a feature request as well.