Skip to content

Commit

Permalink
CEXT-3925: added ACL for events and webhook endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
MayurBagwe committed Jan 8, 2025
1 parent b8957e2 commit c4c1586
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/events/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ The `GET /rest/all/V1/events/list` endpoint returns a list of all subscribed eve
}]
```

The administrator must be granted access to the `Magento_AdobeCommerceEventsClient::events_list` resource.

**Example usage:**

The following cURL command returns returns a list of all subscribed events.
Expand Down
2 changes: 2 additions & 0 deletions src/pages/webhooks/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ The `GET /rest/all/V1/webhooks/list` endpoint returns a list of all subscribed w
]
```

The administrator must be granted access to the `Magento_AdobeCommerceWebhooks::webhooks_list` resource.

**Example usage:**

The following cURL command returns returns a list of all subscribed webhooks.
Expand Down

0 comments on commit c4c1586

Please sign in to comment.