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 (#723)
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 js client accordingly by modifying the
`RunCollectionClient.list()` method to reflect the API change.
Corresponding tests have also been extended.
0 commit comments