From 98c854c2b705517ea50ed4a70dabb844e47e078b Mon Sep 17 00:00:00 2001 From: Johannes Nussbaum Date: Mon, 16 Oct 2023 13:45:54 +0200 Subject: [PATCH] explain more in 1st example --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e822220..e135e2b8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,10 @@ A user group can have one or more of the following permissions: - `ProjectAdminGroupRestrictedPermission`: is allowed to modify group info and group membership on certain groups of the project - `ProjectAdminRightsAllPermission`: is allowed to change the permissions on all objects belonging to the project -For an example, see [project_data/F18E/APs_original.json](project_data/F18E/APs_original.json). +The example file [project_data/F18E/APs_original.json](project_data/F18E/APs_original.json) + +- grants to `knora-admin:ProjectAdmin` the rights to anything on project level, and to create resources of any class. +- grants to `knora-admin:ProjectMember` the rights to create resources of any class. ## OAPs: Object Access Permissions