Reputation: 11399
Is it possible to use variables in the description of a request in Postman?
I have created a collection, and want to use a variable in the description. My main goal is to create json schemas for defining object types, so I thought I would store global variables with the json schema, and reference those types in the description of a request or collection. Is that possible?
Upvotes: 0
Views: 109
Reputation: 2573
At the moment it isn't possible to use variables in the description of a collection. You can always submit a feature request here:
https://community.getpostman.com/c/feature-requests?order=views
I didn't see a current request for that particular feature, perhaps others would be interested as well.
Upvotes: 1