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
@@ -33,7 +33,7 @@ registry.registerPath({
path: "/site-resource/{siteResourceId}/clients",
description:
"Set clients for a site resource. This will replace all existing clients. Clients with a userId cannot be added.",
tags: [OpenAPITags.PrivateResource, OpenAPITags.Client],
tags: [OpenAPITags.PrivateResourceLegacy],
request: {
params: setSiteResourceClientsParamsSchema,
body: {