You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: extend status parameter to an array of possible statuses (#455)
The `status` parameter in the Apify Core API has been extended on the
following endpoints:
- `/v2/acts/:actorId/runs`
- `/v2/actor-runs`
- `/v2/actor-tasks/:actorTaskId/runs`
It is now a comma-separated string of possible statuses.
This PR updates the python client accordingly by modifying the
`RunCollectionClient.list()` and `RunCollectionClientAsync.list()`
methods to reflect the API change. Test case `TestRunCollectionSync` was
added to cover the change
0 commit comments