Hi there!
I’m using the Postman API to update a collection, and I’ve run into an odd issue — the Overview tab isn’t showing up.
I found an older thread mentioning that this feature wasn’t available to all accounts, but that post was from about 1.5 years ago. I’ve definitely seen the Overview tab before, so I’m wondering if I’m doing something wrong with my JSON structure or if the feature is still limited/beta.
Here’s the structure I’m using:
{
"name": "Example",
"request": {
"method": "POST",
...
"description": {
"content": "Lorem ipsum",
"type": "text/markdown"
}
}
}
I also tried moving the description to the item object, but that didn’t resolve the issue either.
Is there any way to opt in to this feature, or do you have an ETA for when it’ll be fully available? Having the Overview tab would be super helpful — reading longer request descriptions in the small sidebar is quite difficult.
Thanks in advance for any insights!
Best,
Dominik