Skip to content

Commit 927e2a6

Browse files
fix(specs): saveRule response type [skip-bc] (generated)
algolia/api-clients-automation#4170 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 794f152 commit 927e2a6

File tree

2 files changed

+1
-301
lines changed

2 files changed

+1
-301
lines changed

lib/Api/SearchClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,7 @@ public function saveObject($indexName, $body, $requestOptions = [])
20512051
* @param bool $forwardToReplicas Whether changes are applied to replica indices. (optional)
20522052
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
20532053
*
2054-
* @return \Algolia\AlgoliaSearch\Model\Search\UpdatedRuleResponse|array<string, mixed>
2054+
* @return \Algolia\AlgoliaSearch\Model\Search\UpdatedAtResponse|array<string, mixed>
20552055
*/
20562056
public function saveRule($indexName, $objectID, $rule, $forwardToReplicas = null, $requestOptions = [])
20572057
{

lib/Model/Search/UpdatedRuleResponse.php

Lines changed: 0 additions & 300 deletions
This file was deleted.

0 commit comments

Comments
 (0)