We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c4091 commit a6f3606Copy full SHA for a6f3606
1 file changed
src/build/build-postman.ts
@@ -128,7 +128,7 @@ const postmanRequestGeneratorGenerator = setup => method => {
128
"apikey": [
129
{
130
"key": "value",
131
- "value": setup === null || setup === void 0 ? void 0 : setup.key,
+ "value": setup === null || setup === void 0 ? void 0 : setup.preAuthDocs && setup.key,
132
"type": "string"
133
},
134
0 commit comments