mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 19:52:35 +08:00
Access Control: adding FGAC validation to mass delete annotation endpoint (#46846)
* Access Control: adding FGAC validation to mass delete annotation endpoint
This commit is contained in:

committed by
GitHub

parent
60d4cd80bf
commit
c5f295b5b3
@ -178,7 +178,7 @@ type GetAnnotationTagssParams struct {
|
||||
type MassDeleteAnnotationsParams struct {
|
||||
// in:body
|
||||
// required:true
|
||||
Body dtos.DeleteAnnotationsCmd `json:"body"`
|
||||
Body dtos.MassDeleteAnnotationsCmd `json:"body"`
|
||||
}
|
||||
|
||||
// swagger:parameters createAnnotation
|
||||
|
Reference in New Issue
Block a user