Skip to content

Commit bebb56e

Browse files
authored
fix(specs): add x-acl to insights endpoints (#4822)
1 parent e904fe5 commit bebb56e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

specs/insights/paths/deleteUserToken.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ delete:
77
Deletes all events related to the specified user token from events metrics and analytics.
88
The deletion is asynchronous, and processed within 48 hours.
99
To delete a personalization user profile, see `Delete a user profile` in the Personalization API.
10+
x-acl:
11+
- deleteObject
1012
parameters:
1113
- name: userToken
1214
in: path

specs/insights/paths/pushEvents.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ post:
33
- events
44
operationId: pushEvents
55
summary: Send events
6+
x-acl:
7+
- search
68
description: |
79
Sends a list of events to the Insights API.
810

0 commit comments

Comments
 (0)