Skip to content

Commit c443b5c

Browse files
algolia-botkai687shortcuts
committed
fix(specs): usage api (generated)
algolia/api-clients-automation#3624 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent b448e36 commit c443b5c

File tree

4 files changed

+24
-31
lines changed

4 files changed

+24
-31
lines changed

algoliasearch/Clients/InsightsClient.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public interface IInsightsClient
130130
object CustomPut(string path, Dictionary<string, object> parameters = default, object body = default, RequestOptions options = null, CancellationToken cancellationToken = default);
131131

132132
/// <summary>
133-
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
133+
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile` in the Personalization API.
134134
/// </summary>
135135
/// <param name="userToken">User token for which to delete all associated events.</param>
136136
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -142,7 +142,7 @@ public interface IInsightsClient
142142
Task DeleteUserTokenAsync(string userToken, RequestOptions options = null, CancellationToken cancellationToken = default);
143143

144144
/// <summary>
145-
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile). (Synchronous version)
145+
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile` in the Personalization API. (Synchronous version)
146146
/// </summary>
147147
/// <param name="userToken">User token for which to delete all associated events.</param>
148148
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -412,7 +412,7 @@ public object CustomPut(string path, Dictionary<string, object> parameters = def
412412

413413

414414
/// <summary>
415-
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
415+
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile` in the Personalization API.
416416
/// </summary>
417417
/// <param name="userToken">User token for which to delete all associated events.</param>
418418
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -436,7 +436,7 @@ public async Task DeleteUserTokenAsync(string userToken, RequestOptions options
436436

437437

438438
/// <summary>
439-
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile). (Synchronous version)
439+
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile` in the Personalization API. (Synchronous version)
440440
/// </summary>
441441
/// <param name="userToken">User token for which to delete all associated events.</param>
442442
/// <param name="options">Add extra http header or query parameters to Algolia.</param>

algoliasearch/Clients/QuerySuggestionsClient.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public interface IQuerySuggestionsClient
154154
object CustomPut(string path, Dictionary<string, object> parameters = default, object body = default, RequestOptions options = null, CancellationToken cancellationToken = default);
155155

156156
/// <summary>
157-
/// Deletes a Query Suggestions configuration. Deleting only removes the configuration and stops updates to the Query Suggestions index. To delete the Query Suggestions index itself, use the Search API and the [Delete an index](/specs/search#tag/Indices/operation/deleteIndex) operation.
157+
/// Deletes a Query Suggestions configuration. Deleting only removes the configuration and stops updates to the Query Suggestions index. To delete the Query Suggestions index itself, use the Search API and the `Delete an index` operation.
158158
/// </summary>
159159
/// <param name="indexName">Query Suggestions index name.</param>
160160
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -166,7 +166,7 @@ public interface IQuerySuggestionsClient
166166
Task<BaseResponse> DeleteConfigAsync(string indexName, RequestOptions options = null, CancellationToken cancellationToken = default);
167167

168168
/// <summary>
169-
/// Deletes a Query Suggestions configuration. Deleting only removes the configuration and stops updates to the Query Suggestions index. To delete the Query Suggestions index itself, use the Search API and the [Delete an index](/specs/search#tag/Indices/operation/deleteIndex) operation. (Synchronous version)
169+
/// Deletes a Query Suggestions configuration. Deleting only removes the configuration and stops updates to the Query Suggestions index. To delete the Query Suggestions index itself, use the Search API and the `Delete an index` operation. (Synchronous version)
170170
/// </summary>
171171
/// <param name="indexName">Query Suggestions index name.</param>
172172
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -576,7 +576,7 @@ public object CustomPut(string path, Dictionary<string, object> parameters = def
576576

577577

578578
/// <summary>
579-
/// Deletes a Query Suggestions configuration. Deleting only removes the configuration and stops updates to the Query Suggestions index. To delete the Query Suggestions index itself, use the Search API and the [Delete an index](/specs/search#tag/Indices/operation/deleteIndex) operation.
579+
/// Deletes a Query Suggestions configuration. Deleting only removes the configuration and stops updates to the Query Suggestions index. To delete the Query Suggestions index itself, use the Search API and the `Delete an index` operation.
580580
/// </summary>
581581
///
582582
/// Required API Key ACLs:
@@ -603,7 +603,7 @@ public async Task<BaseResponse> DeleteConfigAsync(string indexName, RequestOptio
603603

604604

605605
/// <summary>
606-
/// Deletes a Query Suggestions configuration. Deleting only removes the configuration and stops updates to the Query Suggestions index. To delete the Query Suggestions index itself, use the Search API and the [Delete an index](/specs/search#tag/Indices/operation/deleteIndex) operation. (Synchronous version)
606+
/// Deletes a Query Suggestions configuration. Deleting only removes the configuration and stops updates to the Query Suggestions index. To delete the Query Suggestions index itself, use the Search API and the `Delete an index` operation. (Synchronous version)
607607
/// </summary>
608608
///
609609
/// Required API Key ACLs:

0 commit comments

Comments
 (0)