Skip to content

Commit

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

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 12, 2024
1 parent b7821fe commit 2f1aae9
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(
transformationIDs: Option[Seq[String]] = scala.None
transformationIDs: Seq[String]
)

0 comments on commit 2f1aae9

Please sign in to comment.