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(
37
37
limit: How many Actors to list.
38
38
offset: What Actor to include as first when retrieving the list.
39
39
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.
41
41
42
42
Returns:
43
43
The list of available Actors matching the specified filters.
@@ -163,7 +163,7 @@ async def list(
163
163
limit: How many Actors to list.
164
164
offset: What Actor to include as first when retrieving the list.
165
165
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.
167
167
168
168
Returns:
169
169
The list of available Actors matching the specified filters.
You can’t perform that action at this time.
0 commit comments