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

View File

@@ -239,7 +239,8 @@ const updateRawResourceBodySchema = z
registry.registerPath({
method: "post",
path: "/resource/{resourceId}",
description: "Update a resource.",
description:
"Update a resource. Policy fields (sso, mfa, pincode, password, whitelist) update the inline policy when no shared resource policy is assigned; when a shared policy is assigned those fields override the shared policy for this resource only.",
tags: [OpenAPITags.PublicResource],
request: {
params: updateResourceParamsSchema,