Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #85 from grafana/vt/fix_role_display_name
Browse files Browse the repository at this point in the history
Fix the displayName json representation for Grafana role
  • Loading branch information
vtorosyan authored Jun 14, 2022
2 parents 9b129a2 + 96f0cae commit c08b640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion role.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Role struct {
Description string `json:"description"`
Global bool `json:"global"`
Group string `json:"group"`
DisplayName string `json:"string"`
DisplayName string `json:"displayName"`
Hidden bool `json:"hidden"`
Permissions []Permission `json:"permissions,omitempty"`
}
Expand Down

0 comments on commit c08b640

Please sign in to comment.