This commit is contained in:
sct
2025-06-12 23:08:05 +00:00
parent 1063ff983d
commit 71e1286c74

View File

@@ -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