We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a99420 commit a03d64bCopy full SHA for a03d64b
1 file changed
packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/buildPostmanRequest.ts
@@ -285,7 +285,7 @@ function buildPostmanRequest(
285
if (username === undefined || password === undefined) {
286
otherHeaders.push({
287
key: "Authorization",
288
- value: "Basic BASE_64_ENCODING_OF{client_id:api_key}",
+ value: `Basic BASE_64_ENCODING_OF{client_id:api_key}`,
289
});
290
continue;
291
}
0 commit comments