From 5566d33e23f47e469d991572b89e9dd7d8558dec Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Thu, 6 Jan 2022 15:03:45 +0100 Subject: [PATCH] docs: add info on variants to project permissions. --- website/docs/user_guide/rbac.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/user_guide/rbac.md b/website/docs/user_guide/rbac.md index d60c4a2ee1..5d2abb9962 100644 --- a/website/docs/user_guide/rbac.md +++ b/website/docs/user_guide/rbac.md @@ -63,11 +63,11 @@ You can assign the following project permissions. The permissions will be valid - **create feature toggles within the project** - Lets the user create feature toggles within the project. Note that they **can not assign strategies** to toggles without having the _create feature toggle_ permission for the corresponding environment. + Lets the user create feature toggles within the project and create variants for said toggle. Note that they **can not assign strategies** to toggles without having the _create feature toggle_ permission for the corresponding environment. - **update feature toggles within the project** - Lets the user update feature toggle descriptions, variants, settings, etc. within the project. + Lets the user update feature toggle descriptions; mark toggles as stale / not stale; add, update, and remove toggle tags; and update toggle variants within the project. - **delete feature toggles within the project**