Skip to content

Commit 6c62647

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 f82c3db commit 6c62647

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

packages/client-insights/src/insightsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export function createInsightsClient({
214214
},
215215

216216
/**
217-
* 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).
217+
* 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.
218218
*
219219
* @param deleteUserToken - The deleteUserToken object.
220220
* @param deleteUserToken.userToken - User token for which to delete all associated events.

packages/client-query-suggestions/src/querySuggestionsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export function createQuerySuggestionsClient({
253253
},
254254

255255
/**
256-
* 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.
256+
* 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.
257257
*
258258
* Required API Key ACLs:
259259
* - editSettings.

packages/client-usage/model/clientMethodProps.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ export type GetIndexUsageProps = {
8080
*/
8181
indexName: string;
8282
/**
83-
* Start date of the period to analyze, in `YYYY-MM-DD` format.
83+
* Start date of the period to analyze, in RFC 3339 format.
8484
*/
8585
startDate: string;
8686
/**
87-
* End date of the period to analyze, in `YYYY-MM-DD` format.
87+
* End date of the period to analyze, in RFC 3339 format.
8888
*/
8989
endDate: string;
9090
/**
@@ -102,11 +102,11 @@ export type GetUsageProps = {
102102
*/
103103
statistic: Statistic;
104104
/**
105-
* Start date of the period to analyze, in `YYYY-MM-DD` format.
105+
* Start date of the period to analyze, in RFC 3339 format.
106106
*/
107107
startDate: string;
108108
/**
109-
* End date of the period to analyze, in `YYYY-MM-DD` format.
109+
* End date of the period to analyze, in RFC 3339 format.
110110
*/
111111
endDate: string;
112112
/**

0 commit comments

Comments
 (0)