We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03d64b commit a0cf0ceCopy full SHA for a0cf0ce
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