Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-13 | Fix 404 for GET /api/v1/push/subscription (#7472) | Eugen Rochko | |
My bad... | |||
2018-05-13 | Add GET /api/v1/push/subscription REST API (#7471) | Eugen Rochko | |
* Add Api::V1::Push::SubscriptionsController#show * Add to routes | |||
2018-05-11 | Add REST API for Web Push Notifications subscriptions (#7445) | Eugen Rochko | |
- POST /api/v1/push/subscription - PUT /api/v1/push/subscription - DELETE /api/v1/push/subscription - New OAuth scope: "push" (required for the above methods) |