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
@@ -48,7 +48,7 @@ registry.registerPath({
method: "get",
path: "/org/{orgId}/alert-rule/{alertRuleId}",
description: "Get a specific alert rule for an organization.",
tags: [OpenAPITags.Org],
tags: [OpenAPITags.AlertRule],
request: {
params: paramsSchema
},