|
@@ -31,7 +31,7 @@ type AdminUpdateUserPasswordForm struct {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
type AdminUpdateUserPermissionsForm struct {
|
|
type AdminUpdateUserPermissionsForm struct {
|
|
|
- IsGrafanaAdmin bool `json:"isGrafanaAdmin" binding:"Required"`
|
|
|
|
|
|
|
+ IsGrafanaAdmin bool `json:"isGrafanaAdmin"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
type AdminUserListItem struct {
|
|
type AdminUserListItem struct {
|