You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api/docs.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -138,14 +138,14 @@ export const docsHtml = `
138
138
`;
139
139
140
140
exportconstsecuritySchemes={
141
-
bearerAuth: {
141
+
httpBearer: {
142
142
type: "http",
143
143
scheme: "bearer",
144
144
bearerFormat: "JWT",
145
145
description:
146
146
"Authorization: Bearer {token}\n\nThis API uses JWT tokens issued by Entra ID (Azure AD) with the Core API audience. Tokens must be included in the Authorization header as a Bearer token for all protected endpoints.",
0 commit comments