Skip to content

Commit

Permalink
Update field comment
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Glass <[email protected]>
  • Loading branch information
skpratt and Paul Glass committed Feb 7, 2023
1 parent 880d553 commit 531c6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/structs/acl.go
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ func (r *ACLTokenSetRequest) RequestDatacenter() string {

// ACLTokenGetRequest is used for token read operations at the RPC layer
type ACLTokenGetRequest struct {
TokenID string // ID used for the token lookup
TokenID string // Accessor ID used for the token lookup
TokenIDType ACLTokenIDType // The Type of ID used to lookup the token
Expanded bool
Datacenter string // The datacenter to perform the request within
Expand Down

0 comments on commit 531c6ab

Please sign in to comment.