Skip to content

Commit 9a8f317

Browse files
Tomas Kubovickuby
authored andcommitted
AccessControl json id changed to aceid to match resource
1 parent 32dc7ff commit 9a8f317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/acl/acl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type UpdateRequest struct {
4747

4848
// AccessControl defines permissions for one or more resources.
4949
type AccessControl struct {
50-
ID int `json:"id,omitempty"`
50+
ID int `json:"aceid,omitempty"`
5151
Permission Permission `json:"permission"`
5252
Resources []Resource `json:"resources"`
5353
Subject Subject `json:"subject"`

0 commit comments

Comments
 (0)