From 82d3faac0f27a0ba5b4834e79cf0e7642caf1db0 Mon Sep 17 00:00:00 2001 From: Magnus Date: Thu, 17 Aug 2023 10:56:30 +0200 Subject: [PATCH] Remove obsolete action urn:elds-backend-actions-revision-api not available any more --- .../configuration/access-conditions/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/deploy-and-configure/configuration/access-conditions/index.md b/docs/deploy-and-configure/configuration/access-conditions/index.md index 65237d0c..02c39c82 100644 --- a/docs/deploy-and-configure/configuration/access-conditions/index.md +++ b/docs/deploy-and-configure/configuration/access-conditions/index.md @@ -44,8 +44,7 @@ To add a new access condition: | `urn:elds-backend-all-graphs` | Represents all RDF named graphs. You can use it in the Allow reading graph or Allow writing graph field. | | `urn:elds-backend-all-actions` | Represents all actions. You can use it in the **Allowed actions** field. | | `urn:elds-backend-public-group` | Represents the group which every user is member of (incl. anonymous users). You can use it in the Requires group field. | -| `urn:elds-backend-anonymous-user` | Represents the anonymous user account. You can use it in the **Requires account** field. | -| `urn:elds-backend-actions-revision-api` | Represents the Revision API (see the Developer Manual). You can use it in the **Allowed actions** field. | +| `urn:elds-backend-anonymous-user` | Represents the anonymous user account. You can use it in the **Requires account** field. | | | `urn:elds-backend-actions-auth-access-control` | Represents the Authorization management API (see the Developer Manual). You can use it in the Allowed actions field. | | `urn:eccenca:di` | Represents the action needed to use the eccenca DataIntegration component of eccenca Corporate Memory. You can use it in the **Allowed actions** field. | | `urn:eccenca:ThesaurusUserInterface` | Represents the action needed to use the Thesaurus Catalog as well as Thesaurus Project editing interface (needs access to specific thesaurus graphs as well). You can use it in the **Allowed actions** field. |