Skip to content

Commit b475dbe

Browse files
feat(specs): add with transformation helpers (generated)
algolia/api-clients-automation#4931 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent c626ebc commit b475dbe

File tree

5 files changed

+916
-3
lines changed

5 files changed

+916
-3
lines changed

lib/Model/Ingestion/WatchResponse.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public function getData()
258258
/**
259259
* Sets data.
260260
*
261-
* @param null|object[] $data when used with discovering or validating sources, the sampled data of your source is returned
261+
* @param null|object[] $data This field is always null when used with the Push endpoint. When used for a source discover or source validate run, it will include the sampled data of the source.
262262
*
263263
* @return self
264264
*/
@@ -282,7 +282,7 @@ public function getEvents()
282282
/**
283283
* Sets events.
284284
*
285-
* @param null|Event[] $events in case of error, observability events will be added to the response, if any
285+
* @param null|Event[] $events in case of error, observability events will be added to the response
286286
*
287287
* @return self
288288
*/
@@ -306,7 +306,7 @@ public function getMessage()
306306
/**
307307
* Sets message.
308308
*
309-
* @param null|string $message a message describing the outcome of a validate run
309+
* @param null|string $message a message describing the outcome of the operation that has been ran (push, discover or validate) run
310310
*
311311
* @return self
312312
*/

0 commit comments

Comments
 (0)