Skip to content

Commit

Permalink
fix(specs): returns an response [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4107

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Nov 15, 2024
1 parent 9251663 commit fe4a888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ public class SearchClient(
* @param deleteByParams
* @param requestOptions additional request configuration.
*/
public suspend fun deleteBy(indexName: String, deleteByParams: DeleteByParams, requestOptions: RequestOptions? = null): DeletedAtResponse {
public suspend fun deleteBy(indexName: String, deleteByParams: DeleteByParams, requestOptions: RequestOptions? = null): UpdatedAtResponse {
require(indexName.isNotBlank()) { "Parameter `indexName` is required when calling `deleteBy`." }
val requestConfig = RequestConfig(
method = RequestMethod.POST,
Expand Down

0 comments on commit fe4a888

Please sign in to comment.