We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7768666 commit 49ee2dbCopy full SHA for 49ee2db
src/apify_shared/consts.py
@@ -388,8 +388,8 @@ class ActorPermissionLevel(str, Enum):
388
Warning: Make sure you know what you are doing when changing this value!
389
"""
390
391
- #: Full permission Actors have access to all user data in the account.
392
FULL_PERMISSIONS = 'FULL_PERMISSIONS'
+ """Full permission Actors have access to all user data in the account."""
393
394
#: Limited permission Actors have access only to specific resources:
395
#: - default storages
0 commit comments