Skip to content

Commit b1f5fb3

Browse files
algolia-botmillotp
andcommitted
fix(specs): message is not required in WatchResponse (generated)
algolia/api-clients-automation#4723 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent ad9a87b commit b1f5fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/main/scala/algoliasearch/ingestion/WatchResponse.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ package algoliasearch.ingestion
3131
* a message describing the outcome of a validate run.
3232
*/
3333
case class WatchResponse(
34-
runID: Option[String] = scala.None,
34+
runID: String,
3535
data: Option[Seq[Any]] = scala.None,
3636
events: Option[Seq[Event]] = scala.None,
37-
message: String
37+
message: Option[String] = scala.None
3838
)

0 commit comments

Comments
 (0)