From 5cc822f86ae9777860a2b061b35374c73cab8b7b Mon Sep 17 00:00:00 2001 From: Noah Luna <15202580+ngrayluna@users.noreply.github.com> Date: Tue, 27 May 2025 11:46:01 -0700 Subject: [PATCH 1/2] Corrected permission table --- content/guides/models/app/settings-page/teams.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/guides/models/app/settings-page/teams.md b/content/guides/models/app/settings-page/teams.md index e82e7116b0..a8ba9a1497 100644 --- a/content/guides/models/app/settings-page/teams.md +++ b/content/guides/models/app/settings-page/teams.md @@ -117,7 +117,9 @@ The proceeding table lists permissions that apply to all artifacts across a give | Edit metadata | | X | X | | Edit aliases | | X | X | | Delete aliases | | X | X | -| Download artifact| | X | X | +| Download artifacts | X | X | X | + +View-Only members can only download artifacts that they have permission to. ### System settings (W&B Server only) Use system permissions to create and manage teams and their members and to adjust system settings. These privileges enable you to effectively administer and maintain the W&B instance. From bf8310eb313c6bbc465333e3626cf4e1d4154038 Mon Sep 17 00:00:00 2001 From: Noah Luna <15202580+ngrayluna@users.noreply.github.com> Date: Tue, 27 May 2025 12:26:10 -0700 Subject: [PATCH 2/2] Moved entry higher up table --- content/guides/models/app/settings-page/teams.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/guides/models/app/settings-page/teams.md b/content/guides/models/app/settings-page/teams.md index a8ba9a1497..a6cc1e322f 100644 --- a/content/guides/models/app/settings-page/teams.md +++ b/content/guides/models/app/settings-page/teams.md @@ -112,14 +112,12 @@ The proceeding table lists permissions that apply to all artifacts across a give | Permissions | View-Only | Team Member | Team Admin | | ---------------- | --------- | ----------- | ---------- | | View artifacts | X | X | X | +| Download artifacts | X | X | X | | Create artifacts | | X | X | | Delete artifacts | | X | X | | Edit metadata | | X | X | | Edit aliases | | X | X | | Delete aliases | | X | X | -| Download artifacts | X | X | X | - -View-Only members can only download artifacts that they have permission to. ### System settings (W&B Server only) Use system permissions to create and manage teams and their members and to adjust system settings. These privileges enable you to effectively administer and maintain the W&B instance.