Skip to content

Commit e31e18b

Browse files
committed
fix: synchronize sync and async task docs
1 parent ef982b5 commit e31e18b

File tree

1 file changed

+1
-1
lines changed
  • src/apify_client/clients/resource_clients

1 file changed

+1
-1
lines changed

src/apify_client/clients/resource_clients/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ def update(
111111
in the task settings.
112112
timeout_secs: Optional timeout for the run, in seconds. By default, the run uses timeout specified
113113
in the task settings.
114-
task_input: Task input dictionary.
115114
restart_on_error: If true, the Task run process will be restarted whenever it exits with
116115
a non-zero status code.
116+
task_input: Task input dictionary.
117117
title: A human-friendly equivalent of the name.
118118
actor_standby_desired_requests_per_actor_run: The desired number of concurrent HTTP requests for
119119
a single Actor Standby run.

0 commit comments

Comments
 (0)