diff --git a/overseerr-api.yml b/overseerr-api.yml index b7d243edf..c48b6575f 100644 --- a/overseerr-api.yml +++ b/overseerr-api.yml @@ -3617,7 +3617,7 @@ paths: type: string userAgent: type: string - /user/{userId}/pushSubscription/{key}: + /user/{userId}/pushSubscription/{endpoint}: get: summary: Get web push notification settings for a user description: | @@ -3631,7 +3631,7 @@ paths: schema: type: number - in: path - name: key + name: endpoint required: true schema: type: string @@ -3663,7 +3663,7 @@ paths: schema: type: number - in: path - name: key + name: endpoint required: true schema: type: string