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
+2 -1
View File
@@ -28,7 +28,8 @@ const addUserToResourceParamsSchema = z
registry.registerPath({
method: "post",
path: "/resource/{resourceId}/users/add",
description: "Add a single user to a resource.",
description:
"Add a single user to a resource. When the resource has an inline policy defined (no shared resource policy assigned), the user is added to the inline policy instead of directly to the resource.",
tags: [OpenAPITags.PublicResource, OpenAPITags.User],
request: {
params: addUserToResourceParamsSchema,