File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 MB.
379- //
380+ // Required API Key ACLs:
381+ // - search
380382 //
381383 // - parameter insightsEvents: (body)
382384 // - returns: RequestBuilder<EventsResponse>
You can’t perform that action at this time.
0 commit comments