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(
189
189
* asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile`
190
190
* in the Personalization API.
191
191
*
192
+ * Required API Key ACLs:
193
+ * - deleteObject
194
+ *
192
195
* @param userToken
193
196
* User token for which to delete all associated events.
194
197
*/
@@ -207,6 +210,9 @@ class InsightsClient(
207
210
208
211
/** Sends a list of events to the Insights API. You can include up to 1,000 events in a single request, but the
209
212
* request body must be smaller than 2 MB.
213
+ *
214
+ * Required API Key ACLs:
215
+ * - search
210
216
*/
211
217
def pushEvents (insightsEvents : InsightsEvents , requestOptions : Option [RequestOptions ] = None )(implicit
212
218
ec : ExecutionContext
You can’t perform that action at this time.
0 commit comments