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 8585f31 commit bd1cf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Api/SearchClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ public function deleteApiKey($key, $requestOptions = [])
*
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
*
* @return \Algolia\AlgoliaSearch\Model\Search\DeletedAtResponse|array<string, mixed>
* @return \Algolia\AlgoliaSearch\Model\Search\UpdatedAtResponse|array<string, mixed>
*/
public function deleteBy($indexName, $deleteByParams, $requestOptions = [])
{
Expand Down

0 comments on commit bd1cf7f

Please sign in to comment.