Skip to content

Commit 992bb1f

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 29677c3 commit 992bb1f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

algoliasearch/insights/client.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,8 @@ async def delete_user_token_with_http_info(
472472
"""
473473
Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile` in the Personalization API.
474474
475+
Required API Key ACLs:
476+
- deleteObject
475477
476478
:param user_token: User token for which to delete all associated events. (required)
477479
:type user_token: str
@@ -511,6 +513,8 @@ async def delete_user_token(
511513
"""
512514
Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile` in the Personalization API.
513515
516+
Required API Key ACLs:
517+
- deleteObject
514518
515519
:param user_token: User token for which to delete all associated events. (required)
516520
:type user_token: str
@@ -527,6 +531,8 @@ async def push_events_with_http_info(
527531
"""
528532
Sends a list of events to the Insights API. You can include up to 1,000 events in a single request, but the request body must be smaller than 2&nbsp;MB.
529533
534+
Required API Key ACLs:
535+
- search
530536
531537
:param insights_events: (required)
532538
:type insights_events: InsightsEvents
@@ -561,6 +567,8 @@ async def push_events(
561567
"""
562568
Sends a list of events to the Insights API. You can include up to 1,000 events in a single request, but the request body must be smaller than 2&nbsp;MB.
563569
570+
Required API Key ACLs:
571+
- search
564572
565573
:param insights_events: (required)
566574
:type insights_events: InsightsEvents
@@ -1005,6 +1013,8 @@ def delete_user_token_with_http_info(
10051013
"""
10061014
Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile` in the Personalization API.
10071015
1016+
Required API Key ACLs:
1017+
- deleteObject
10081018
10091019
:param user_token: User token for which to delete all associated events. (required)
10101020
:type user_token: str
@@ -1044,6 +1054,8 @@ def delete_user_token(
10441054
"""
10451055
Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile` in the Personalization API.
10461056
1057+
Required API Key ACLs:
1058+
- deleteObject
10471059
10481060
:param user_token: User token for which to delete all associated events. (required)
10491061
:type user_token: str
@@ -1060,6 +1072,8 @@ def push_events_with_http_info(
10601072
"""
10611073
Sends a list of events to the Insights API. You can include up to 1,000 events in a single request, but the request body must be smaller than 2&nbsp;MB.
10621074
1075+
Required API Key ACLs:
1076+
- search
10631077
10641078
:param insights_events: (required)
10651079
:type insights_events: InsightsEvents
@@ -1094,6 +1108,8 @@ def push_events(
10941108
"""
10951109
Sends a list of events to the Insights API. You can include up to 1,000 events in a single request, but the request body must be smaller than 2&nbsp;MB.
10961110
1111+
Required API Key ACLs:
1112+
- search
10971113
10981114
:param insights_events: (required)
10991115
:type insights_events: InsightsEvents

0 commit comments

Comments
 (0)