AI help was of little help here. I have a query parameter that I use when debugging (XDEBUG_SESSION_START) that I would prefer to not be documented when the collection’s documentation is generated.
I was led to believe that parameters would not show up if they were disabled, but this hasn’t been my experience. Is there any solution for this?
Hey @karlkras ![]()
I’ve reached out to the team about this to confirm if this is a regression, I will respond here once I have more information.
Yeah, I’ve run into that too. Disabling params doesn’t always exclude them from generated docs depending on the tool. One workaround is using environment-specific variables or separating debug params into a different request/collection.