Skip to content

Commit 400fd21

Browse files
raethlodanpoletaev
andauthored
Apply suggestions from code review
Co-authored-by: Daniil Poletaev <[email protected]>
1 parent 9bd30ca commit 400fd21

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

@@ -96,7 +96,7 @@ Example input schema field (single resource):
9696
Selecting multiple resources:
9797

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

101101
```json
102102
{

0 commit comments

Comments
 (0)