diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-11 11:49:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-11 11:49:12 +0200 |
commit | b4fb766b23f4b50b51a366f55b451770ece3153a (patch) | |
tree | f3089da3ee1d3d937525a227136a739a451caad9 /config/locales | |
parent | 9a794067f77d936783736574640b1238bb8e6b18 (diff) |
Add REST API for Web Push Notifications subscriptions (#7445)
- POST /api/v1/push/subscription - PUT /api/v1/push/subscription - DELETE /api/v1/push/subscription - New OAuth scope: "push" (required for the above methods)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/doorkeeper.en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/doorkeeper.en.yml b/config/locales/doorkeeper.en.yml index 33d544bed..eca1fc675 100644 --- a/config/locales/doorkeeper.en.yml +++ b/config/locales/doorkeeper.en.yml @@ -115,5 +115,6 @@ en: title: OAuth authorization required scopes: follow: follow, block, unblock and unfollow accounts + push: receive push notifications for your account read: read your account's data write: post on your behalf |