Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apify-api/openapi/paths/actor-runs/actor-runs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ get:
- name: status
in: query
description: |
Return only runs with the provided status ([available
statuses](https://docs.apify.com/platform/actors/running/runs-and-builds#lifecycle))
Single status or comma-separated list of statuses, see ([available
statuses](https://docs.apify.com/platform/actors/running/runs-and-builds#lifecycle)). Used to filter runs by the specified statuses only.
style: form
explode: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ get:
- name: status
in: query
description: |
Return only runs with the provided status ([available
statuses](https://docs.apify.com/platform/actors/running/runs-and-builds#lifecycle))
Single status or comma-separated list of statuses, see ([available
statuses](https://docs.apify.com/platform/actors/running/runs-and-builds#lifecycle)). Used to filter runs by the specified statuses only.
style: form
explode: true
schema:
Expand Down
4 changes: 2 additions & 2 deletions apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ get:
- name: status
in: query
description: |
Return only runs with the provided status ([available
statuses](https://docs.apify.com/platform/actors/running/runs-and-builds#lifecycle))
Single status or comma-separated list of statuses, see ([available
statuses](https://docs.apify.com/platform/actors/running/runs-and-builds#lifecycle)). Used to filter runs by the specified statuses only.
style: form
explode: true
schema:
Expand Down
Loading