Skip to content

Commit 9815cc3

Browse files
authored
[apache#6069] fix(docs): Fix access-control.md (apache#6189)
### 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.
1 parent 2d0cda5 commit 9815cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/security/access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ curl -X PUT -H "Accept: application/vnd.gravitino.v1+json" \
817817

818818
```java
819819
GravitinoClient client = ...
820-
Group group = client.grantRolesToGroup(Lists.newList("role1"), "group1");
820+
Group group = client.revokeRolesFromGroup(Lists.newList("role1"), "group1");
821821
```
822822

823823
</TabItem>

0 commit comments

Comments
 (0)