File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/apify_client/clients/resource_clients Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -390,6 +390,10 @@ async def default_build(
390
390
391
391
https://docs.apify.com/api/v2/act-build-default-get
392
392
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
+
393
397
Returns:
394
398
The build object.
395
399
"""
@@ -747,6 +751,10 @@ async def default_build(
747
751
748
752
https://docs.apify.com/api/v2/act-build-default-get
749
753
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
+
750
758
Returns:
751
759
The build object.
752
760
"""
You can’t perform that action at this time.
0 commit comments