create_user_register_push_subscription
Register a user's web push subscription so their browser can receive notifications for request updates and media events in Overseerr/Jellyseerr.
Instructions
Register a web push /user/registerPushSubscription.
POST /api/v1/user/registerPushSubscription
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |