Add notes about inline policy to api endpoints

This commit is contained in:
Owen
2026-06-10 10:23:59 -07:00
parent 665806dfe8
commit d47449b082
6 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ registry.registerPath({
method: "post",
path: "/resource/{resourceId}/users",
description:
"Set users for a resource. This will replace all existing users.",
"Set users for a resource. This will replace all existing users. When the resource has an inline policy defined (no shared resource policy assigned), users are set on the inline policy instead of directly on the resource.",
tags: [OpenAPITags.PublicResource, OpenAPITags.User],
request: {
params: setUserResourcesParamsSchema,