Recategorize

This commit is contained in:
Owen
2026-07-10 15:52:37 -04:00
parent 4d8cb7e231
commit 17e03457e1
20 changed files with 25 additions and 32 deletions
@@ -44,7 +44,7 @@ registry.registerPath({
method: "get",
path: "/resource/{resourceId}/whitelist",
description: "Get the whitelist of emails for a specific resource.",
tags: [OpenAPITags.PublicResource],
tags: [OpenAPITags.PublicResourceLegacy],
request: {
params: getResourceWhitelistSchema
},