From 71e1286c745ad0c0112120e1dc5372d58d4cecdd Mon Sep 17 00:00:00 2001 From: sct Date: Thu, 12 Jun 2025 23:08:05 +0000 Subject: [PATCH] deploy: 21b188b0b2f8cb5c7ae2527de616d61a7c55cdc7 --- overseerr-api.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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