Skip to content

Commit

Permalink
Merge branch 'main' into fix/link (generated)
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Aug 20, 2024
1 parent 9477a3c commit db803fe
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public interface ISearchClient
DeleteApiKeyResponse DeleteApiKey(string key, RequestOptions options = null, CancellationToken cancellationToken = default);

/// <summary>
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch).
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch).
/// </summary>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="deleteByParams"></param>
Expand All @@ -449,7 +449,7 @@ public interface ISearchClient
Task<DeletedAtResponse> DeleteByAsync(string indexName, DeleteByParams deleteByParams, RequestOptions options = null, CancellationToken cancellationToken = default);

/// <summary>
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch). (Synchronous version)
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch). (Synchronous version)
/// </summary>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="deleteByParams"></param>
Expand Down Expand Up @@ -2416,7 +2416,7 @@ public DeleteApiKeyResponse DeleteApiKey(string key, RequestOptions options = nu


/// <summary>
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch).
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch).
/// </summary>
///
/// Required API Key ACLs:
Expand Down Expand Up @@ -2449,7 +2449,7 @@ public async Task<DeletedAtResponse> DeleteByAsync(string indexName, DeleteByPar


/// <summary>
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch). (Synchronous version)
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch). (Synchronous version)
/// </summary>
///
/// Required API Key ACLs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ final class SearchClient implements ApiClient {
);
}

/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch).
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch).
///
/// Required API Key ACLs:
/// - deleteIndex
Expand Down
4 changes: 2 additions & 2 deletions clients/algoliasearch-client-go/algolia/search/api_search.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ public CompletableFuture<DeleteApiKeyResponse> deleteApiKeyAsync(@Nonnull String
/**
* This operation doesn't accept empty queries or filters. It's more efficient to get a list of
* object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the
* records using the [`batch` operation](tag/Records/operation/batch).
* records using the [`batch` operation](#tag/Records/operation/batch).
*
* @param indexName Name of the index on which to perform the operation. (required)
* @param deleteByParams (required)
Expand All @@ -1497,7 +1497,7 @@ public DeletedAtResponse deleteBy(@Nonnull String indexName, @Nonnull DeleteByPa
/**
* This operation doesn't accept empty queries or filters. It's more efficient to get a list of
* object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the
* records using the [`batch` operation](tag/Records/operation/batch).
* records using the [`batch` operation](#tag/Records/operation/batch).
*
* @param indexName Name of the index on which to perform the operation. (required)
* @param deleteByParams (required)
Expand All @@ -1510,7 +1510,7 @@ public DeletedAtResponse deleteBy(@Nonnull String indexName, @Nonnull DeleteByPa
/**
* (asynchronously) This operation doesn't accept empty queries or filters. It's more efficient to
* get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then
* delete the records using the [`batch` operation](tag/Records/operation/batch).
* delete the records using the [`batch` operation](#tag/Records/operation/batch).
*
* @param indexName Name of the index on which to perform the operation. (required)
* @param deleteByParams (required)
Expand Down Expand Up @@ -1538,7 +1538,7 @@ public CompletableFuture<DeletedAtResponse> deleteByAsync(
/**
* (asynchronously) This operation doesn't accept empty queries or filters. It's more efficient to
* get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then
* delete the records using the [`batch` operation](tag/Records/operation/batch).
* delete the records using the [`batch` operation](#tag/Records/operation/batch).
*
* @param indexName Name of the index on which to perform the operation. (required)
* @param deleteByParams (required)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ export function createSearchClient({
},

/**
* This operation doesn\'t accept empty queries or filters. It\'s more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch).
* This operation doesn\'t accept empty queries or filters. It\'s more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch).
*
* Required API Key ACLs:
* - deleteIndex.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public class SearchClient(
}

/**
* This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch).
* This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch).
*
* Required API Key ACLs:
* - deleteIndex
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-php/lib/Api/SearchClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ public function deleteApiKey($key, $requestOptions = [])
}

/**
* This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch).
* This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch).
*
* Required API Key ACLs:
* - deleteIndex
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@ async def delete_by_with_http_info(
request_options: Optional[Union[dict, RequestOptions]] = None,
) -> ApiResponse[str]:
"""
This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch).
This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch).
Required API Key ACLs:
- deleteIndex
Expand Down Expand Up @@ -1854,7 +1854,7 @@ async def delete_by(
request_options: Optional[Union[dict, RequestOptions]] = None,
) -> DeletedAtResponse:
"""
This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch).
This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch).
Required API Key ACLs:
- deleteIndex
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ def delete_api_key(key, request_options = {})
@api_client.deserialize(response.body, request_options[:debug_return_type] || "Search::DeleteApiKeyResponse")
end

# This operation doesn&#39;t accept empty queries or filters. It&#39;s more efficient to get a list of object IDs with the [&#x60;browse&#x60; operation](#tag/Search/operation/browse), and then delete the records using the [&#x60;batch&#x60; operation](tag/Records/operation/batch).
# This operation doesn&#39;t accept empty queries or filters. It&#39;s more efficient to get a list of object IDs with the [&#x60;browse&#x60; operation](#tag/Search/operation/browse), and then delete the records using the [&#x60;batch&#x60; operation](#tag/Records/operation/batch).
#
# Required API Key ACLs:
# - deleteIndex
Expand Down Expand Up @@ -855,7 +855,7 @@ def delete_by_with_http_info(index_name, delete_by_params, request_options = {})
@api_client.call_api(:POST, path, new_options)
end

# This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch).
# This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch).
#
# Required API Key ACLs:
# - deleteIndex
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ class SearchClient(

/** This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the
* [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch`
* operation](tag/Records/operation/batch).
* operation](#tag/Records/operation/batch).
*
* Required API Key ACLs:
* - deleteIndex
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ open class SearchClient {

// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the
// [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch`
// operation](tag/Records/operation/batch).
// operation](#tag/Records/operation/batch).
// Required API Key ACLs:
// - deleteIndex
//
Expand Down
2 changes: 1 addition & 1 deletion specs/bundled/search.doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3287,7 +3287,7 @@ paths:
operation](#tag/Search/operation/browse),

and then delete the records using the [`batch`
operation](tag/Records/operation/batch).
operation](#tag/Records/operation/batch).
parameters:
- $ref: '#/components/parameters/IndexName'
requestBody:
Expand Down
2 changes: 1 addition & 1 deletion specs/bundled/search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ paths:
operation](#tag/Search/operation/browse),
and then delete the records using the [`batch`
operation](tag/Records/operation/batch).
operation](#tag/Records/operation/batch).
parameters:
- $ref: '#/components/parameters/IndexName'
requestBody:
Expand Down

0 comments on commit db803fe

Please sign in to comment.