Using the Web Push API requires your app to have the `push` scope.
Using the Web Push API requires your app to have the `push` scope. To create a new Web Push API subscription, use [POST /api/v1/push/subscription]({{<relref"notifications.md#post-api-v1-push-subscription">}}).
Update current Web Push API subscription. Only the `data` part can be updated, e.g. which types of notifications are desired. To change fundamentals, a new subscription must be created instead.