mirror of
https://github.com/unraid/api.git
synced 2026-05-04 22:23:16 -05:00
Revert "fix: add 'servers' permission to my_servers key"
This reverts commit 715f94ab98.
This commit is contained in:
@@ -83,7 +83,6 @@ export const my_servers = {
|
||||
{ resource: 'service/unraid-api', action: 'read:any', attributes: '*' },
|
||||
{ resource: 'services', action: 'read:any', attributes: '*' },
|
||||
{ resource: 'uptime', action: 'read:any', attributes: '*' },
|
||||
{ resource: 'servers', action: 'read:any', attributes: '*' },
|
||||
{ resource: 'user', action: 'read:any', attributes: '*' }
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user