You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Api/IngestionClient.php
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1814,12 +1814,13 @@ public function listTransformations($itemsPerPage = null, $page = null, $sort =
1814
1814
*
1815
1815
* @see PushTaskPayload
1816
1816
*
1817
-
* @param bool $watch When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding. (optional)
1818
-
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
1817
+
* @param bool $watch When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding. (optional)
1818
+
* @param string $referenceIndexName This is required when targeting an index that does not have a push connector setup (e.g. a tmp index), but you wish to attach another index's transformation to it (e.g. the source index name). (optional)
1819
+
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
0 commit comments