change route name

This commit is contained in:
miloschwartz 2026-03-16 20:02:57 -07:00
parent e2db4c6246
commit 2c2be50b19
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -35,9 +35,9 @@ const batchAddClientToSiteResourcesBodySchema = z
registry.registerPath({
method: "post",
path: "/client/{clientId}/resources",
path: "/client/{clientId}/site-resources",
description: "Add a machine client to multiple site resources at once.",
tags: [OpenAPITags.PrivateResource, OpenAPITags.Client],
tags: [OpenAPITags.Client],
request: {
params: batchAddClientToSiteResourcesParamsSchema,
body: {