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
openapi: "3.1.0"satisfiesZodOpenApiVersion,// If this is not specified, it will default to 3.1.0
184
-
components: {
185
-
securitySchemes: {
186
-
bearerAuth: {
187
-
type: "http",
188
-
scheme: "bearer",
189
-
bearerFormat: "JWT",
131
+
tags: [
132
+
{
133
+
name: "Events",
190
134
description:
191
-
"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.",
135
+
"Retrieve ACM @ UIUC-wide and organization-specific calendars and event metadata.",
192
136
},
193
-
apiKeyAuth: {
194
-
type: "apiKey",
195
-
in: "header",
196
-
name: "X-Api-Key",
137
+
{
138
+
name: "Generic",
139
+
description: "Retrieve metadata about a user or ACM @ UIUC .",
140
+
},
141
+
{
142
+
name: "iCalendar Integration",
143
+
description:
144
+
"Retrieve Events calendars in iCalendar format (for integration with external calendar clients).",
145
+
},
146
+
{
147
+
name: "IAM",
148
+
description:
149
+
"Identity and Access Management for internal services.",
150
+
},
151
+
{name: "Linkry",description: "Link Shortener."},
152
+
{
153
+
name: "Logging",
154
+
description: "View audit logs for various services.",
155
+
},
156
+
{
157
+
name: "Membership",
158
+
description: "Purchasing or checking ACM @ UIUC membership.",
159
+
},
160
+
{
161
+
name: "Tickets/Merchandise",
162
+
description: "Handling the tickets and merchandise lifecycle.",
"Collecting payments for ACM @ UIUC invoices and other services.",
172
+
},
173
+
{
174
+
name: "Room Requests",
175
+
description:
176
+
"Creating room reservation requests for ACM @ UIUC within University buildings.",
177
+
},
178
+
{
179
+
name: "API Keys",
180
+
description: "Manage the lifecycle of API keys.",
181
+
},
182
+
],
183
+
184
+
openapi: "3.1.0"satisfiesZodOpenApiVersion,// If this is not specified, it will default to 3.1.0
185
+
components: {
186
+
securitySchemes: {
187
+
bearerAuth: {
188
+
type: "http",
189
+
scheme: "bearer",
190
+
bearerFormat: "JWT",
191
+
description:
192
+
"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