From the screenshots attached, it looks like the details are set as expected. May I know if you are looking for the declared variables (x-api-key) to be defined in the documenter? If yes, then this isn’t possible as of now.
If I’ve mistaken the query, please elaborate on this to help us understand this better.
Thank you for taking the time to look into my issue. Your understanding is correct, however, in this case, the ‘x-api-key’ is not a variable but rather the header key. Ultimately, I would like to see this text in the documentation instead of ‘key’. The Value text seems to be coming through quite fine but I am unsure why is shown regardless of what I set in the collection.
Thank you! Currently, we are converting any hardcoded authorization key to < placeholders >.
We have informed the team on the same and will be updating these details to documentation as well. If you have any feedback regarding documentations, I would encourage you to post the same here on GitHub where the requests/ bugs regarding the application are tracked
Add a variable {{x-api-key}} to your environment with initial value set as ‘x-api-key’. This will let you customize the placeholder that you would like for your documentation.
We replace any non-variables or hardcoded values in the auth section with default placeholders to avoid accidental leaks. Hope this helps. If you have any further feedback please report it on Github.