Skip to content

Commit 0624c62

Browse files
committed
chore: add args docs
1 parent 2464fb5 commit 0624c62

File tree

1 file changed

+8
-0
lines changed
  • src/apify_client/clients/resource_clients

1 file changed

+8
-0
lines changed

src/apify_client/clients/resource_clients/actor.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,10 @@ async def default_build(
390390
391391
https://docs.apify.com/api/v2/act-build-default-get
392392
393+
Args:
394+
wait_for_finish: The maximum number of seconds the server waits for the build to finish before returning.
395+
By default it is 0, the maximum value is 60.
396+
393397
Returns:
394398
The build object.
395399
"""
@@ -747,6 +751,10 @@ async def default_build(
747751
748752
https://docs.apify.com/api/v2/act-build-default-get
749753
754+
Args:
755+
wait_for_finish: The maximum number of seconds the server waits for the build to finish before returning.
756+
By default it is 0, the maximum value is 60.
757+
750758
Returns:
751759
The build object.
752760
"""

0 commit comments

Comments
 (0)