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
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -136,3 +136,18 @@ export const docsHtml = `
136
136
</body>
137
137
</html>
138
138
`;
139
+
140
+
exportconstsecuritySchemes={
141
+
bearerAuth: {
142
+
type: "http",
143
+
scheme: "bearer",
144
+
bearerFormat: "JWT",
145
+
description:
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.",
openapi: "3.1.0"satisfiesZodOpenApiVersion,// If this is not specified, it will default to 3.1.0
219
219
components: {
220
-
securitySchemes: {
221
-
bearerAuth: {
222
-
type: "http",
223
-
scheme: "bearer",
224
-
bearerFormat: "JWT",
225
-
description:
226
-
"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