Update tags

This commit is contained in:
Owen
2026-07-10 17:09:56 -04:00
parent 0b82dae01e
commit bf1cc705a5
19 changed files with 22 additions and 19 deletions
@@ -37,7 +37,7 @@ registry.registerPath({
method: "delete",
path: "/org/{orgId}/health-check/{healthCheckId}",
description: "Delete a health check for a specific organization.",
tags: [OpenAPITags.Org],
tags: [OpenAPITags.HealthCheck],
request: {
params: paramsSchema
},