Skip to content

Commit a9266f6

Browse files
algolia-botkai687
andcommitted
fix(specs): add x-acl to insights endpoints (generated)
algolia/api-clients-automation#4822 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Kai Welke <kai.welke@algolia.com>
1 parent 6860b2e commit a9266f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

client/src/commonMain/kotlin/com/algolia/client/api/InsightsClient.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ public class InsightsClient(
119119

120120
/**
121121
* 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.
122+
*
123+
* Required API Key ACLs:
124+
* - deleteObject
122125
* @param userToken User token for which to delete all associated events.
123126
* @param requestOptions additional request configuration.
124127
*/
@@ -136,6 +139,9 @@ public class InsightsClient(
136139

137140
/**
138141
* Sends a list of events to the Insights API. You can include up to 1,000 events in a single request, but the request body must be smaller than 2&nbsp;MB.
142+
*
143+
* Required API Key ACLs:
144+
* - search
139145
* @param insightsEvents
140146
* @param requestOptions additional request configuration.
141147
*/

0 commit comments

Comments
 (0)