We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a023721 commit 87146c1Copy full SHA for 87146c1
src/batch.ts
@@ -45,10 +45,10 @@ class BatchClient {
45
}
46
47
/**
48
- * Get tasks
+ * Get batches
49
*
50
- * @param parameters - Parameters to browse the tasks
51
- * @returns Promise containing all tasks
+ * @param parameters - Parameters to browse the batches
+ * @returns Promise containing all batches
52
*/
53
async getBatches(parameters: BatchesQuery = {}): Promise<BatchesResults> {
54
const url = `batches`;
0 commit comments