[Postman] fix use of isBasic from #15294 (#15760)

This commit is contained in:
Tiffany Marrel 2023-06-10 15:06:42 +02:00 committed by GitHub
parent f240ed4e4e
commit fe2dde3708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@
"type": "string"
}
]
},{{/isApiKey}}{{#isBasic}}"auth": {
},{{/isApiKey}}{{#isBasicBasic}}"auth": {
"type": "basic",
"basic": [
{
@ -51,7 +51,7 @@
"type": "string"
}
]
},{{/isBasic}}{{/-first}}{{/authMethods}}
},{{/isBasicBasic}}{{/-first}}{{/authMethods}}
"variable": [{{#servers}}{{#-first}}
{
"key": "baseUrl",