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/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: {