Skip to content

Commit 07decc6

Browse files
algolia-botkai687
andcommitted
fix(specs): add x-acl to insights endpoints (generated)
algolia/api-clients-automation#4822 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent 26036c9 commit 07decc6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/client_insights/lib/src/api/insights_client.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ final class InsightsClient implements ApiClient {
187187

188188
/// 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.
189189
///
190+
/// Required API Key ACLs:
191+
/// - deleteObject
192+
///
190193
/// Parameters:
191194
/// * [userToken] User token for which to delete all associated events.
192195
/// * [requestOptions] additional request configuration.
@@ -211,6 +214,9 @@ final class InsightsClient implements ApiClient {
211214

212215
/// 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.
213216
///
217+
/// Required API Key ACLs:
218+
/// - search
219+
///
214220
/// Parameters:
215221
/// * [insightsEvents]
216222
/// * [requestOptions] additional request configuration.

0 commit comments

Comments
 (0)