More route cleanup

This commit is contained in:
Owen
2026-07-10 16:54:00 -04:00
parent 75afe6ece2
commit 0b82dae01e
25 changed files with 35 additions and 34 deletions
@@ -33,7 +33,7 @@ registry.registerPath({
path: "/site-resource/{siteResourceId}/clients/add",
description:
"Add a single client to a site resource. Clients with a userId cannot be added.",
tags: [OpenAPITags.PrivateResource, OpenAPITags.Client],
tags: [OpenAPITags.PrivateResourceLegacy],
request: {
params: addClientToSiteResourceParamsSchema,
body: {