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: sources/platform/integrations/programming/api.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,11 +62,11 @@ Once the token is scoped, you can specify the token's permissions.
62
62
63
63

64
64
65
-
### Accountlevel vs resource-specific permissions
65
+
### Account-level vs resource-specific permissions
66
66
67
67
We support two different types of permissions for tokens:
68
68
69
-
-**Accountlevel permissions**: These will apply to all resources in the entire account. For example, you can use these to allow the token to run _all_ your Actors.
69
+
-**Account-level permissions**: These will apply to all resources in the entire account. For example, you can use these to allow the token to run _all_ your Actors.
70
70
71
71
-**Resource-specific permissions**: These will apply only to specific, existing resources. For example, you can use these to allow the token to read from a particular dataset.
72
72
@@ -76,7 +76,7 @@ A single token can combine both types. You can create a token that can _read_ an
76
76
77
77
:::
78
78
79
-

79
+

0 commit comments