File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/main/scala/algoliasearch/api Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,9 @@ class InsightsClient(
189189 * asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile`
190190 * in the Personalization API.
191191 *
192+ * Required API Key ACLs:
193+ * - deleteObject
194+ *
192195 * @param userToken
193196 * User token for which to delete all associated events.
194197 */
@@ -207,6 +210,9 @@ class InsightsClient(
207210
208211 /** Sends a list of events to the Insights API. You can include up to 1,000 events in a single request, but the
209212 * request body must be smaller than 2 MB.
213+ *
214+ * Required API Key ACLs:
215+ * - search
210216 */
211217 def pushEvents (insightsEvents : InsightsEvents , requestOptions : Option [RequestOptions ] = None )(implicit
212218 ec : ExecutionContext
You can’t perform that action at this time.
0 commit comments