You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/_partials/sync-api/sync-function-api-access.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@ This grants access to the specified channel(s) for all users assigned that role.
32
32
33
33
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.
34
34
35
-
You can use the _all channels_ wildcard ('***') to grant the user access to all documents in all channels.
35
+
NOTE: The sync function `access()` call does not support the wildcard ('***') for granting access to all channels.
36
+
To grant a user access to all channels, use the REST API channel grant endpoint.
0 commit comments