Skip to content

Commit d43920f

Browse files
fix wrong parameter name
1 parent 8b36fea commit d43920f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/api/batches.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ For example, `?uids=0` returns batches containing the task with a `taskUid` equa
153153
| **`afterEnqueuedAt`** | `*` (all tasks) | Select batches containing tasks with the specified `enqueuedAt` field |
154154
| **`afterStartedAt`** | `*` (all tasks) | Select batches containing tasks with the specified `startedAt` field |
155155
| **`afterFinishedAt`** | `*` (all tasks) | Select batches containing tasks with the specified `finishedAt` field |
156-
| **`reversed`** | `false` | If `true`, returns results in the reverse order, from oldest to most recent |
156+
| **`reverse`** | `false` | If `true`, returns results in the reverse order, from oldest to most recent |
157157

158158
### Response
159159

0 commit comments

Comments
 (0)