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/remove",
description:
"Remove a single client from a site resource. Clients with a userId cannot be removed.",
tags: [OpenAPITags.PrivateResource, OpenAPITags.Client],
tags: [OpenAPITags.PrivateResourceLegacy],
request: {
params: removeClientFromSiteResourceParamsSchema,
body: {