Commit 9602ad5
authored
feat: enable comma-separated status filtering across updated endpoints (#1782)
Following endpoints were updated in [PR
#22366](apify/apify-core#22240):
- `/v2/acts/:actorId/runs`
- `/v2/actor-runs`
- `v2/actor-tasks/:actorTaskId/runs`
The change extends the status parameter to support a comma-separated
list of multiple statuses, allowing filtering based on the selected
values.
This update reflects the changes in the documentation for the status
parameter.1 parent dc6286c commit 9602ad5
File tree
3 files changed
+6
-6
lines changed- apify-api/openapi/paths
- actor-runs
- actor-tasks
- actors
3 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments