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 f33cbe0 commit de47a38Copy full SHA for de47a38
src/apify_client/clients/resource_clients/actor.py
@@ -69,7 +69,6 @@ def get_actor_representation(
69
'seoTitle': seo_title,
70
'seoDescription': seo_description,
71
'versions': versions,
72
- 'restartOnError': restart_on_error,
73
'isPublic': is_public,
74
'isDeprecated': is_deprecated,
75
'isAnonymouslyRunnable': is_anonymously_runnable,
@@ -79,6 +78,7 @@ def get_actor_representation(
79
78
'maxItems': default_run_max_items,
80
'memoryMbytes': default_run_memory_mbytes,
81
'timeoutSecs': default_run_timeout_secs,
+ 'restartOnError': restart_on_error,
82
'forcePermissionLevel': default_run_force_permission_level,
83
},
84
'exampleRunInput': {
0 commit comments