Skip to content

Commit

Permalink
[apache#6069] fix(docs): Fix access-control.md (apache#6189)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

Fix the wrong document information about revoke roles from role

### Why are the changes needed?

Fix: apache#6069 

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

local test.
  • Loading branch information
Abyss-lord authored Jan 13, 2025
1 parent 2d0cda5 commit 9815cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/security/access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ curl -X PUT -H "Accept: application/vnd.gravitino.v1+json" \

```java
GravitinoClient client = ...
Group group = client.grantRolesToGroup(Lists.newList("role1"), "group1");
Group group = client.revokeRolesFromGroup(Lists.newList("role1"), "group1");
```

</TabItem>
Expand Down

0 comments on commit 9815cc3

Please sign in to comment.