tests: add tests for update public link to delete password invite permission (#7894)

Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
This commit is contained in:
Swikriti Tripathi
2023-12-06 17:00:47 +05:45
committed by GitHub
parent 34f3ab66c1
commit 66e09938cb
4 changed files with 114 additions and 9 deletions
@@ -236,7 +236,7 @@ trait Sharing {
* | permissions | The permissions to set on the share. |
* | | 1 = read; 2 = update; 4 = create; |
* | | 8 = delete; 16 = share; 31 = all |
* | | 15 = change |
* | | 15 = change; 0 = invite |
* | | 4 = uploadwriteonly |
* | | (default: 31, for public shares: 1) |
* | | Pass either the (total) number, |