Rename siteResourceId to resourceId

This commit is contained in:
Owen
2026-08-21 15:24:20 -04:00
parent 4229ef9173
commit eca1c9044c
12 changed files with 12 additions and 12 deletions
@@ -64,7 +64,7 @@ registry.registerPath({
registry.registerPath({
method: "post",
path: "/private-resource/{siteResourceId}/clients/add",
path: "/private-resource/{resourceId}/clients/add",
description:
"Add a single client to a site resource. Clients with a userId cannot be added.",
tags: [OpenAPITags.PrivateResource, OpenAPITags.Client],