From 0f77e67dbcb9d3d89309883491491f43322ad0aa Mon Sep 17 00:00:00 2001 From: Kesha Hietala Date: Fri, 28 Jun 2024 12:13:08 -0400 Subject: [PATCH] add fix for #80 --- docs/collections/_policies/syntax-policy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/collections/_policies/syntax-policy.md b/docs/collections/_policies/syntax-policy.md index 6c13219..813408a 100644 --- a/docs/collections/_policies/syntax-policy.md +++ b/docs/collections/_policies/syntax-policy.md @@ -139,8 +139,8 @@ action == Action::"view" //matches any of the listed actions action in [Action::"listAlbums", Action::"listPhotos", Action::"view"] -//matches any action in the hierarchy of the admin entity of type PhotoFlashRole -action in PhotoFlashRole::"admin" +//matches any action in the "admin" action group +action in Action::"admin" ``` ### `resource` {#term-parc-resource}