Skip to content

Commit 9928d9d

Browse files
committed
chore: added mention about single status
1 parent dd084cf commit 9928d9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apify-api/openapi/paths/actor-runs/actor-runs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ get:
5151
- name: status
5252
in: query
5353
description: |
54-
Comma-separated list of statuses ([available
54+
Single status or omma-separated list of statuses ([available
5555
statuses](https://docs.apify.com/platform/actors/running/runs-and-builds#lifecycle)) used to filter runs by the specified statuses only."
5656
style: form
5757
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
@@ -57,7 +57,7 @@ get:
5757
- name: status
5858
in: query
5959
description: |
60-
Comma-separated list of statuses ([available
60+
Single status oromma-separated list of statuses ([available
6161
statuses](https://docs.apify.com/platform/actors/running/runs-and-builds#lifecycle)) used to filter runs by the specified statuses only.
6262
style: form
6363
explode: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ get:
5959
- name: status
6060
in: query
6161
description: |
62-
Comma-separated list of statuses ([available
62+
Single status oromma-separated list of statuses ([available
6363
statuses](https://docs.apify.com/platform/actors/running/runs-and-builds#lifecycle)) used to filter runs by the specified statuses only.
6464
style: form
6565
explode: true

0 commit comments

Comments
 (0)