Skip to content

Commit 7394e55

Browse files
authored
Revert "feat: acts new parameter sortBy (#1637)"
This reverts commit f7c6887.
1 parent f7c6887 commit 7394e55

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

apify-api/openapi/paths/actors/acts.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ get:
1515
order, therefore you can use pagination to incrementally fetch all Actors while new
1616
ones are still being created. To sort the records in descending order, use the `desc=1` parameter.
1717
18-
You can also sort by `lastRunStartedAt` by using the `sortBy=lastRunStartedAt` query parameter.
19-
In this case, descending order means the most recently run Actor appears first.
20-
2118
operationId: acts_get
2219
parameters:
2320
- name: my
@@ -61,15 +58,6 @@ get:
6158
schema:
6259
type: boolean
6360
example: true
64-
- name: sortBy
65-
in: query
66-
description: |
67-
Field to sort the records by. The default is `createdAt`. You can also use `lastRunStartedAt` to sort
68-
by the most recently ran Actors.
69-
schema:
70-
type: string
71-
enum: [createdAt, lastRunStartedAt]
72-
example: createdAt
7361
responses:
7462
'200':
7563
description: ''

0 commit comments

Comments
 (0)