File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/apify_client/clients/resource_clients Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def list(
26
26
limit : int | None = None ,
27
27
offset : int | None = None ,
28
28
desc : bool | None = None ,
29
- sort_by : Literal ['createdAt' , 'lastRunStartedAt' ] | None = 'createdAt' ,
29
+ sort_by : Literal ['createdAt' , 'stats. lastRunStartedAt' ] | None = 'createdAt' ,
30
30
) -> ListPage [dict ]:
31
31
"""List the Actors the user has created or used.
32
32
@@ -152,7 +152,7 @@ async def list(
152
152
limit : int | None = None ,
153
153
offset : int | None = None ,
154
154
desc : bool | None = None ,
155
- sort_by : Literal ['createdAt' , 'lastRunStartedAt' ] | None = 'createdAt' ,
155
+ sort_by : Literal ['createdAt' , 'stats. lastRunStartedAt' ] | None = 'createdAt' ,
156
156
) -> ListPage [dict ]:
157
157
"""List the Actors the user has created or used.
158
158
You can’t perform that action at this time.
0 commit comments