Skip to content

Commit 50be05c

Browse files
fix(specs): ingestion search endpoint (generated)
algolia/api-clients-automation#3487 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent a0e2ec7 commit 50be05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/algoliasearch/ingestion/TransformationSearch.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ package algoliasearch.ingestion
2626
/** TransformationSearch
2727
*/
2828
case class TransformationSearch(
29-
transformationsIDs: Seq[String]
29+
transformationIDs: Option[Seq[String]] = scala.None
3030
)

0 commit comments

Comments
 (0)