@@ -3671,7 +3671,7 @@ public CompletableFuture<List<Transformation>> searchTransformationsAsync(@Nonnu
3671
3671
3672
3672
/**
3673
3673
* Triggers a stream-listing request for a source. Triggering stream-listing requests only works
3674
- * with sources with `type: docker` and `imageType: singer `.
3674
+ * with sources with `type: docker` and `imageType: airbyte `.
3675
3675
*
3676
3676
* @param sourceID Unique identifier of a source. (required)
3677
3677
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -3684,7 +3684,7 @@ public WatchResponse triggerDockerSourceDiscover(@Nonnull String sourceID, Reque
3684
3684
3685
3685
/**
3686
3686
* Triggers a stream-listing request for a source. Triggering stream-listing requests only works
3687
- * with sources with `type: docker` and `imageType: singer `.
3687
+ * with sources with `type: docker` and `imageType: airbyte `.
3688
3688
*
3689
3689
* @param sourceID Unique identifier of a source. (required)
3690
3690
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -3695,7 +3695,7 @@ public WatchResponse triggerDockerSourceDiscover(@Nonnull String sourceID) throw
3695
3695
3696
3696
/**
3697
3697
* (asynchronously) Triggers a stream-listing request for a source. Triggering stream-listing
3698
- * requests only works with sources with `type: docker` and `imageType: singer `.
3698
+ * requests only works with sources with `type: docker` and `imageType: airbyte `.
3699
3699
*
3700
3700
* @param sourceID Unique identifier of a source. (required)
3701
3701
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -3712,7 +3712,7 @@ public CompletableFuture<WatchResponse> triggerDockerSourceDiscoverAsync(@Nonnul
3712
3712
3713
3713
/**
3714
3714
* (asynchronously) Triggers a stream-listing request for a source. Triggering stream-listing
3715
- * requests only works with sources with `type: docker` and `imageType: singer `.
3715
+ * requests only works with sources with `type: docker` and `imageType: airbyte `.
3716
3716
*
3717
3717
* @param sourceID Unique identifier of a source. (required)
3718
3718
* @throws AlgoliaRuntimeException If it fails to process the API call
0 commit comments