Skip to content

Commit

Permalink
deploy: 9442b8d
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Oct 29, 2024
1 parent a10eec4 commit 7891559
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions artifact-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ Permissions can be set both at the artifact level and the workspace level. In th

**Permission Levels:**

- **n**: No access to the artifact.
- **l**: List-only access (includes `list`).
- **l+**: List and create access (includes `list`, `create`, `commit`).
- **r**: Read-only access (includes `read`, `get_file`, `list_files`, `list`).
- **r+**: Read and create access (includes `read`, `get_file`, `list_files`, `list`, `put_file`, `create`, `commit`).
- **rw**: Read and write access (includes `read`, `get_file`, `list_files`, `list`, `edit`, `commit`, `put_file`, `remove_file`).
Expand Down

0 comments on commit 7891559

Please sign in to comment.