From 591347e08001473198d9f6b19700fbfa642f9ee3 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Tue, 27 Jan 2026 10:42:21 +0100 Subject: [PATCH] OVPAY-973 - Added ovPayTokenId example to POST. --- src/openapi/customers/SE-notifications.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/openapi/customers/SE-notifications.yaml b/src/openapi/customers/SE-notifications.yaml index 72f3f4f..2100258 100644 --- a/src/openapi/customers/SE-notifications.yaml +++ b/src/openapi/customers/SE-notifications.yaml @@ -414,10 +414,12 @@ paths: value: { "emailAddress": "anonymous@mymailprovider.com", - "notificationCategoryId": 1 + "notificationCategoryId": 1, } Create notificationSubscription account active: value: { "notificationCategoryId": 2 } + Create notificationSubscription for token: + value: { "notificationCategoryId": 3, "ovPayTokenId": 42 } responses: "201": description: Created @@ -442,7 +444,10 @@ paths: { "notificationSubscriptionId": "6b88eba1-af1f-42fc-82d3-d7202d5f1afe", "notificationCategory": - { "notificationCategoryId": 2, "name": "Nieuwsbrief aanmelding" }, + { + "notificationCategoryId": 2, + "name": "Nieuwsbrief aanmelding", + }, "isActive": True, } "405":