mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Fix UsergroupMember.UserId JSON tag
This commit is contained in:
parent
a5d446bc76
commit
cf195c9b98
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ type UsergroupCustomvar struct {
|
|||
|
||||
type UsergroupMember struct {
|
||||
MemberMeta `json:",inline"`
|
||||
UserId types.Binary `json:"object_id"`
|
||||
UserId types.Binary `json:"user_id"`
|
||||
UsergroupId types.Binary `json:"group_id"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue