Skip to content

Commit 12b007d

Browse files
authored
docs: fix waitForFinish description (#1578)
based on [this](https://apify.slack.com/archives/C010Q0FBYG3/p1747042200680909) discussion
1 parent e2f4f01 commit 12b007d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apify-api/openapi/paths/actor-runs/actor-runs@{runId}.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ get:
8888
The maximum number of seconds the server waits for the run to finish. By
8989
default it is `0`, the maximum value is `60`. <!--
9090
MAX_ACTOR_JOB_ASYNC_WAIT_SECS -->
91-
If the build finishes in time then the returned run object will have a terminal status (e.g. `SUCCEEDED`),
91+
If the run finishes in time then the returned run object will have a terminal status (e.g. `SUCCEEDED`),
9292
otherwise it will have a transitional status (e.g. `RUNNING`).
9393
style: form
9494
explode: true

apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@runs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ post:
231231
description: |
232232
The maximum number of seconds the server waits for the run to finish. By
233233
default, it is `0`, the maximum value is `60`. <!-- MAX_ACTOR_JOB_ASYNC_WAIT_SECS -->
234-
If the build finishes in time then the returned run object will have a
234+
If the run finishes in time then the returned run object will have a
235235
terminal status (e.g. `SUCCEEDED`),
236236
otherwise it will have a transitional status (e.g. `RUNNING`).
237237
style: form

apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ post:
224224
description: |
225225
The maximum number of seconds the server waits for the run to finish. By
226226
default, it is `0`, the maximum value is `60`. <!-- MAX_ACTOR_JOB_ASYNC_WAIT_SECS -->
227-
If the build finishes in time then the returned run object will have a terminal status (e.g. `SUCCEEDED`),
227+
If the run finishes in time then the returned run object will have a terminal status (e.g. `SUCCEEDED`),
228228
otherwise it will have a transitional status (e.g. `RUNNING`).
229229
style: form
230230
explode: true

apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ get:
3838
description: |
3939
The maximum number of seconds the server waits for the run to finish. By
4040
default it is `0`, the maximum value is `60`. <!-- MAX_ACTOR_JOB_ASYNC_WAIT_SECS -->
41-
If the build finishes in time then the returned run object will have a terminal status (e.g. `SUCCEEDED`),
41+
If the run finishes in time then the returned run object will have a terminal status (e.g. `SUCCEEDED`),
4242
otherwise it will have a transitional status (e.g. `RUNNING`).
4343
style: form
4444
explode: true

0 commit comments

Comments
 (0)