postman-app-support
postman-app-support copied to clipboard
allow use of variables in "folder description" - and probably elsewhere
Is there an existing request for this feature?
- [X] I have searched the existing issues for this feature request and I know that duplicates will be closed
Is your feature request related to a problem?
no - this is a feature request
Describe the solution you'd like
Adding a description to a folder - it is desirable to have a link which takes you somewhere that is variable configurable...
lets say you have a variable "URL" set to "https://some.instance.somewhere" Now you have a folder like "Endpoint - xyz" with a description that would take you {{URL}}/swagger#/some-controller-documentation
When trying to edit a url - it complains to enter a valid URL because variable replacement isn't happening
Describe alternatives you've considered
hacking the app?
Additional context
No response