diff --git a/apify-api/openapi/paths/actor-runs/actor-runs@{runId}.yaml b/apify-api/openapi/paths/actor-runs/actor-runs@{runId}.yaml index 42b22ba7c1..f7f53606b9 100644 --- a/apify-api/openapi/paths/actor-runs/actor-runs@{runId}.yaml +++ b/apify-api/openapi/paths/actor-runs/actor-runs@{runId}.yaml @@ -88,7 +88,7 @@ get: The maximum number of seconds the server waits for the run to finish. By default it is `0`, the maximum value is `60`. - If the build finishes in time then the returned run object will have a terminal status (e.g. `SUCCEEDED`), + If the run finishes in time then the returned run object will have a terminal status (e.g. `SUCCEEDED`), otherwise it will have a transitional status (e.g. `RUNNING`). style: form explode: true diff --git a/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@runs.yaml b/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@runs.yaml index a28f73bfb4..a2ef751602 100644 --- a/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@runs.yaml +++ b/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@runs.yaml @@ -231,7 +231,7 @@ post: description: | The maximum number of seconds the server waits for the run to finish. By default, it is `0`, the maximum value is `60`. - If the build finishes in time then the returned run object will have a + If the run finishes in time then the returned run object will have a terminal status (e.g. `SUCCEEDED`), otherwise it will have a transitional status (e.g. `RUNNING`). style: form diff --git a/apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml b/apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml index 11acdc3f50..1faac2a67c 100644 --- a/apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml +++ b/apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml @@ -224,7 +224,7 @@ post: description: | The maximum number of seconds the server waits for the run to finish. By default, it is `0`, the maximum value is `60`. - If the build finishes in time then the returned run object will have a terminal status (e.g. `SUCCEEDED`), + If the run finishes in time then the returned run object will have a terminal status (e.g. `SUCCEEDED`), otherwise it will have a transitional status (e.g. `RUNNING`). style: form explode: true diff --git a/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}.yaml b/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}.yaml index ec3882181a..18171ea53c 100644 --- a/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}.yaml +++ b/apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}.yaml @@ -38,7 +38,7 @@ get: description: | The maximum number of seconds the server waits for the run to finish. By default it is `0`, the maximum value is `60`. - If the build finishes in time then the returned run object will have a terminal status (e.g. `SUCCEEDED`), + If the run finishes in time then the returned run object will have a terminal status (e.g. `SUCCEEDED`), otherwise it will have a transitional status (e.g. `RUNNING`). style: form explode: true