Skip to content

Commit 1f40484

Browse files
committed
Merge branch 'feat/public-actor-permissions' of github.com:apify/apify-docs into feat/public-actor-permissions
2 parents b6d6eb8 + 400fd21 commit 1f40484

File tree

1 file changed

+2
-2
lines changed
  • sources/platform/actors/development/permissions

1 file changed

+2
-2
lines changed

sources/platform/actors/development/permissions/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To learn how to migrate your Actors to run under limited permissions, see the [M
4444

4545
:::
4646

47-
### Declaring permissions
47+
### Configuring Actor permissions level
4848

4949
You can set the permission level for your Actor in the Apify Console under its **Settings** tab. All the existing Actors are configured to use full permissions, but the plan is to make limited permissions the default for all new Actors.
5050

@@ -90,7 +90,7 @@ Example input schema field (single resource):
9090
Selecting multiple resources:
9191

9292
- Use `type: "array"` to let users choose more than one storage.
93-
- The same `resourcePermissions` apply to each selected resource.
93+
- Each selected resource will have the same `resourcePermissions`
9494

9595
```json
9696
{

0 commit comments

Comments
 (0)