Skip to content

Commit 58cfca4

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 7aac200 commit 58cfca4

File tree

4 files changed

+20
-29
lines changed

4 files changed

+20
-29
lines changed

algoliasearch/insights/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ async def delete_user_token_with_http_info(
458458
request_options: Optional[Union[dict, RequestOptions]] = None,
459459
) -> ApiResponse[str]:
460460
"""
461-
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).
461+
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.
462462
463463
464464
:param user_token: User token for which to delete all associated events. (required)
@@ -497,7 +497,7 @@ async def delete_user_token(
497497
request_options: Optional[Union[dict, RequestOptions]] = None,
498498
) -> None:
499499
"""
500-
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).
500+
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.
501501
502502
503503
:param user_token: User token for which to delete all associated events. (required)

algoliasearch/query_suggestions/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ async def delete_config_with_http_info(
518518
request_options: Optional[Union[dict, RequestOptions]] = None,
519519
) -> ApiResponse[str]:
520520
"""
521-
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.
521+
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.
522522
523523
Required API Key ACLs:
524524
- editSettings
@@ -553,7 +553,7 @@ async def delete_config(
553553
request_options: Optional[Union[dict, RequestOptions]] = None,
554554
) -> BaseResponse:
555555
"""
556-
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.
556+
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.
557557
558558
Required API Key ACLs:
559559
- editSettings

0 commit comments

Comments
 (0)