API documentation missing api key and value

When I set an authentication method to my collection, i get in the documentation:
"
Authorization API Key
Key
Value
"
I expect to see in the key the actuall key i set “Authorization” and in the value “Token {{apiKey}}”

Is there a way to edit this part?

Hi @danielmeschiany! Welcome to our community :wave:

I could reproduce the behaviour that you are seeing - it seems that actual values are replaced by <key> and <value> (as below).

Screen Shot 2021-01-19 at 11.59.42 am

It looks however that variables with {{}} are passed as is:
Screen Shot 2021-01-19 at 12.01.34 pm

Hope this helps a bit :slightly_smiling_face:
Let me know if you have further questions!

2 Likes

Solution by @taehoshino should help :raised_hands:
Below thread provides more details on the same: