Skip to content

Commit 984298f

Browse files
committed
remove automatically
1 parent 5c48799 commit 984298f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/_partials/sync-api/sync-function-api-access.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This grants access to the specified channel(s) for all users assigned that role.
3333
The effects of all access calls by all active documents are effectively combined in a union, so if _any_ document grants a user access to a channel, that user has access to the channel.
3434

3535
The `access()` function grants access to users or roles that do not yet exist.
36-
When you create such users or define roles later, the previous granted access permissions automatically apply to them.
36+
When you create such users or define roles later, the previous granted access permissions apply to them.
3737

3838
NOTE: The sync function `access()` call does not support the wildcard ('***') for granting access to all channels.
3939
To grant a user access to all channels, use the REST API channel grant endpoint.

0 commit comments

Comments
 (0)