Skip to content

Commit bad509a

Browse files
committed
Code Review: Removed redundant docs
1 parent c2ed51e commit bad509a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/apify_client/clients/resource_clients/actor_collection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)