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
@@ -66,7 +66,7 @@ registry.registerPath({
registry.registerPath({
method: "post",
path: "/private-resource/{siteResourceId}/users",
path: "/private-resource/{resourceId}/users",
description:
"Set users for a site resource. This will replace all existing users.",
tags: [OpenAPITags.PrivateResource, OpenAPITags.User],