mirror of
https://github.com/grafana/grafana.git
synced 2025-09-19 19:02:53 +08:00
access control api: Correction of typo in list your permissions endpoint (#64399)
Correction of API endpoint Correction of an API endpoint in 'List your permissions' section. Current endpoint results in 404 page
This commit is contained in:
@ -533,7 +533,7 @@ Content-Type: application/json; charset=UTF-8
|
||||
For example, if a user does not have required permissions for creating users, they won't be able to unassign a role which will allow to do that. This is done to prevent escalation of privileges.
|
||||
|
||||
| Action | Scope |
|
||||
| ------------------ | ------------------------- |
|
||||
| ------------------ | ------------------------- |
|
||||
| users.roles:remove | permissions:type:delegate |
|
||||
|
||||
#### Query parameters
|
||||
|
Reference in New Issue
Block a user