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 <[email protected]>
Co-authored-by: Kai Welke <[email protected]>
  • Loading branch information
algolia-bot and kai687 committed Aug 3, 2024
1 parent dc9e681 commit c9a2221
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public MultipleBatchRequest setBody(Object body) {
}

/** Operation arguments (varies with specified `action`). */
@javax.annotation.Nonnull
@javax.annotation.Nullable
public Object getBody() {
return body;
}
Expand Down

0 comments on commit c9a2221

Please sign in to comment.