Skip to content

Commit

Permalink
fix(specs): ingestion search endpoint (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3487

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Aug 7, 2024
1 parent a0e2ec7 commit 50be05c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ package algoliasearch.ingestion
/** TransformationSearch
*/
case class TransformationSearch(
transformationsIDs: Seq[String]
transformationIDs: Option[Seq[String]] = scala.None
)

0 comments on commit 50be05c

Please sign in to comment.