Skip to content

Commit a0cf0ce

Browse files
committed
made changes
1 parent a03d64b commit a0cf0ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/buildPostmanRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function buildPostmanRequest(
285285
if (username === undefined || password === undefined) {
286286
otherHeaders.push({
287287
key: "Authorization",
288-
value: `Basic BASE_64_ENCODING_OF{client_id:api_key}`,
288+
value: "Basic BASE_64_ENCODING_OF <client_id:api_key>",
289289
});
290290
continue;
291291
}

0 commit comments

Comments
 (0)