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 9123783 commit 217138b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ import algoliasearch.search.Action._
*/
case class MultipleBatchRequest(
action: Action,
body: Any,
body: Option[Any] = scala.None,
indexName: String
)

0 comments on commit 217138b

Please sign in to comment.