Skip to content

Commit 5f7f38a

Browse files
algolia-botkai687
andcommitted
fix(specs): add x-acl to insights endpoints (generated)
algolia/api-clients-automation#4822 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Kai Welke <kai.welke@algolia.com>
1 parent a49b4d1 commit 5f7f38a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/scala/algoliasearch/api/InsightsClient.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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&nbsp;MB.
213+
*
214+
* Required API Key ACLs:
215+
* - search
210216
*/
211217
def pushEvents(insightsEvents: InsightsEvents, requestOptions: Option[RequestOptions] = None)(implicit
212218
ec: ExecutionContext

0 commit comments

Comments
 (0)