mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
folders: changed api urls for dashboard acls
This commit is contained in:
@@ -73,11 +73,8 @@ type SetDashboardAclCommand struct {
|
||||
}
|
||||
|
||||
type RemoveDashboardAclCommand struct {
|
||||
DashboardId int64 `json:"dashboardId" binding:"Required"`
|
||||
UserId int64 `json:"userId"`
|
||||
UserGroupId int64 `json:"userGroupId"`
|
||||
|
||||
OrgId int64 `json:"-"`
|
||||
AclId int64
|
||||
OrgId int64
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user