Skip to content

Commit 179e16d

Browse files
committed
chore: reflect CR feedback
1 parent 0769ccd commit 179e16d

File tree

1 file changed

+2
-2
lines changed
  • sources/platform/integrations/programming

1 file changed

+2
-2
lines changed

sources/platform/integrations/programming/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ By default, tokens can access all data in your account. If that is not desirable
5353
**A scoped token can access only those resources that you'll explicitly allow it to.**
5454

5555
:::info
56-
We currently do not allow scoped tokens to create or modify Actors. If you do need to create or modify Actors via Apify API, use an unscoped token.
56+
We do not allow scoped tokens to create or modify Actors. If you do need to create or modify Actors through Apify API, use an unscoped token.
5757
:::
5858

5959
### How to create a scoped token
@@ -144,7 +144,7 @@ This restriction is _transitive_, which means that if the Actor runs another Act
144144

145145
#### Default run storages
146146

147-
When Apify runs an Actor, it automatically creates a set of default storages (a dataset, a key-value store and request queue) that the Actor can use in runtime.
147+
When Apify [runs an Actor](/platform/actors/running/runs-and-builds#runs), it automatically creates a set of default storages (a dataset, a key-value store and request queue) that the Actor can use in runtime.
148148

149149
- Regardless of mode, the injected token always gets write access to its default storages, and to the run itself (for example, so that the Actor can abort itself). You don't need to configure this on your scoped token.
150150
- If a scoped token can run an Actor, it gets **write access to default storages of the runs it triggered**. Moreover, it gets **read access to default storages of _all_ runs of that Actor**. If this is not desirable, change your Actor to output data into an existing named storage, or have it create a new storage.

0 commit comments

Comments
 (0)