Skip to content

Commit bd1cf7f

Browse files
fix(specs): returns an response [skip-bc] (generated)
algolia/api-clients-automation#4107 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 8585f31 commit bd1cf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Api/SearchClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ public function deleteApiKey($key, $requestOptions = [])
824824
*
825825
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
826826
*
827-
* @return \Algolia\AlgoliaSearch\Model\Search\DeletedAtResponse|array<string, mixed>
827+
* @return \Algolia\AlgoliaSearch\Model\Search\UpdatedAtResponse|array<string, mixed>
828828
*/
829829
public function deleteBy($indexName, $deleteByParams, $requestOptions = [])
830830
{

0 commit comments

Comments
 (0)