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
@@ -67,7 +67,7 @@ registry.registerPath({
registry.registerPath({
method: "get",
path: "/private-resource/{siteResourceId}/users",
path: "/private-resource/{resourceId}/users",
description: "List all users for a site resource.",
tags: [OpenAPITags.PrivateResource, OpenAPITags.User],
request: {