From dfead636eaf60d0a17a8e349bc7ffcb38b6f3b12 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Wed, 21 Aug 2024 14:32:42 +0000 Subject: [PATCH] fix(specs): another wrong link (generated) https://github.com/algolia/api-clients-automation/pull/3570 Co-authored-by: algolia-bot Co-authored-by: Kai Welke --- Sources/Search/SearchClient.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Search/SearchClient.swift b/Sources/Search/SearchClient.swift index d056a163..428d3b95 100644 --- a/Sources/Search/SearchClient.swift +++ b/Sources/Search/SearchClient.swift @@ -2920,8 +2920,8 @@ open class SearchClient { // record is replaced. - If a record with the specified object ID doesn't exist, a new record is added to your // index. // - If you add a record to an index that doesn't exist yet, a new index is created. To update _some_ attributes of - // a record, use the [`partial` operation](#tag/Records/operation/partial). To add, update, or replace multiple - // records, use the [`batch` operation](#tag/Records/operation/batch). + // a record, use the [`partial` operation](#tag/Records/operation/partialUpdateObject). To add, update, or replace + // multiple records, use the [`batch` operation](#tag/Records/operation/batch). // Required API Key ACLs: // - addObject //