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 @@ -37,7 +37,7 @@ def list(
3737 limit: How many Actors to list.
3838 offset: What Actor to include as first when retrieving the list.
3939 desc: Whether to sort the Actors in descending order based on their creation date.
40- sort_by: Field to sort the results by. Allowed values are "createdAt" and "lastRunStartedAt".
40+ sort_by: Field to sort the results by.
4141
4242 Returns:
4343 The list of available Actors matching the specified filters.
@@ -163,7 +163,7 @@ async def list(
163163 limit: How many Actors to list.
164164 offset: What Actor to include as first when retrieving the list.
165165 desc: Whether to sort the Actors in descending order based on their creation date.
166- sort_by: Field to sort the results by. Allowed values are "createdAt" and "lastRunStartedAt".
166+ sort_by: Field to sort the results by.
167167
168168 Returns:
169169 The list of available Actors matching the specified filters.
You can’t perform that action at this time.
0 commit comments