Skip to content

Commit d45c94d

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 bd1a0a0 commit d45c94d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Sources/Insights/InsightsClient.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ open class InsightsClient {
314314
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is
315315
/// asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user
316316
/// profile` in the Personalization API.
317-
///
317+
/// Required API Key ACLs:
318+
/// - deleteObject
318319
///
319320
/// - parameter userToken: (path) User token for which to delete all associated events.
320321
/// - returns: RequestBuilder<Void>
@@ -376,7 +377,8 @@ open class InsightsClient {
376377

377378
// Sends a list of events to the Insights API. You can include up to 1,000 events in a single request, but the
378379
// request body must be smaller than 2&nbsp;MB.
379-
//
380+
// Required API Key ACLs:
381+
// - search
380382
//
381383
// - parameter insightsEvents: (body)
382384
// - returns: RequestBuilder<EventsResponse>

0 commit comments

Comments
 (0)