We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6360a commit 209ec3cCopy full SHA for 209ec3c
schema/acl/acl.go
@@ -47,7 +47,7 @@ type UpdateRequest struct {
47
48
// AccessControl defines permissions for one or more resources.
49
type AccessControl struct {
50
- ID int `json:"id,omitempty"`
+ ID int `json:"aceid,omitempty"`
51
Permission Permission `json:"permission"`
52
Resources []Resource `json:"resources"`
53
Subject Subject `json:"subject"`
0 commit comments