More route cleanup

This commit is contained in:
Owen
2026-07-10 16:54:00 -04:00
parent 5b47c21347
commit f03d1d3793
25 changed files with 35 additions and 34 deletions
+2 -1
View File
@@ -10,7 +10,7 @@ export enum OpenAPITags {
Client = "Client",
Org = "Organization",
Domain = "Domain",
Policy = "Policy",
PublicResourcePolicy = "Public Resource Policy",
Role = "Role",
User = "User",
Rule = "Rule",
@@ -22,6 +22,7 @@ export enum OpenAPITags {
Blueprint = "Blueprint",
Ssh = "SSH",
Logs = "Logs",
PublicResourcePolicyLegacy = "Public Resource Policy (Legacy)",
PublicResourceLegacy = "Public Resource (Legacy)",
PrivateResourceLegacy = "Private Resource (Legacy)"
}