Skip to content

Commit 80727d8

Browse files
committed
docs: new scope for app token
1 parent e46020e commit 80727d8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ PHP client for the Notification API ([API docs](https://app.swaggerhub.com/apis/
44

55
## Usage
66
The client uses two kinds of authorizations - Storage API token for Subscription API (`SubscriptionClient` class) and
7-
Manage API Application token with scope `notifications:push-event` for the Events API (`EventsClient` class).
7+
Manage API Application token with scopes:
8+
- `notifications:push-event` for the Events API (`EventsClient` class)
9+
- `notifications:send-notification` for the Notifications API (`NotificationsClient` class)
810

911
```bash
1012
composer require keboola/notification-api-php-client

0 commit comments

Comments
 (0)