Skip to content

Commit 68ab113

Browse files
algolia-botkai687
andcommitted
fix(specs): body is not required in multiple batch request (generated)
algolia/api-clients-automation#3454 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent eb38f1b commit 68ab113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-search/model/multipleBatchRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export type MultipleBatchRequest = {
88
/**
99
* Operation arguments (varies with specified `action`).
1010
*/
11-
body: Record<string, any>;
11+
body?: Record<string, any>;
1212

1313
/**
1414
* Index name (case-sensitive).

0 commit comments

Comments
 (0)