add virtual api key schema and crud endpoints

This commit is contained in:
miloschwartz
2026-08-10 17:19:58 -04:00
parent 8b8e7913dc
commit 1e3a9fb921
21 changed files with 1485 additions and 6 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ export enum OpenAPITags {
PrivateResourceLegacy = "Private Resource (Legacy)",
AiProvider = "AI Provider",
AiModel = "AI Model",
AiBudget = "AI Budget"
AiBudget = "AI Budget",
VirtualApiKey = "Virtual API Key"
}
// Order here controls the order tags are displayed in Swagger UI