Skip to content

Commit

Permalink
fix(specs): body is not required in multiple batch request (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3454

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Kai Welke <kai.welke@algolia.com>
  • Loading branch information
algolia-bot and kai687 committed Aug 3, 2024
1 parent eb38f1b commit 68ab113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-search/model/multipleBatchRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export type MultipleBatchRequest = {
/**
* Operation arguments (varies with specified `action`).
*/
body: Record<string, any>;
body?: Record<string, any>;

/**
* Index name (case-sensitive).
Expand Down

0 comments on commit 68ab113

Please sign in to comment.