mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: enforce roles on frontend (#33997)
This commit is contained in:
@@ -22,15 +22,15 @@
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"reqRole": "Admin"
|
||||
"reqRole": "Editor"
|
||||
},
|
||||
{
|
||||
"method": "PUT",
|
||||
"reqRole": "Admin"
|
||||
"reqRole": "Editor"
|
||||
},
|
||||
{
|
||||
"method": "DELETE",
|
||||
"reqRole": "Admin"
|
||||
"reqRole": "Editor"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
|
||||
Reference in New Issue
Block a user