From 5169ecf2d39eeaa66310eac6d0f0abb4a3d838a8 Mon Sep 17 00:00:00 2001 From: Shelley Wang Date: Fri, 13 Sep 2024 13:39:59 -0700 Subject: [PATCH] Add project api key to permissions matrix --- content/collections/experiment/en/app-level-permissions.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/collections/experiment/en/app-level-permissions.md b/content/collections/experiment/en/app-level-permissions.md index 8ca0743a9..3fce4443a 100644 --- a/content/collections/experiment/en/app-level-permissions.md +++ b/content/collections/experiment/en/app-level-permissions.md @@ -89,4 +89,8 @@ This table describes the various permissions included with each permission level | Add user to a project | | | Y | Y | | Edit project role | | | Y | Y | | Add user to organization | | | | Y | -| Edit organization role | | | | Y | \ No newline at end of file +| Edit organization role | | | | Y | + +| **Other** | Viewer | Member | Manager (Project) | Admin (Org) | +| ------------------------ | ------ | ------ | ----------------- | ----------- | +| View Project API Key | Y | Y | Y | Y |