From 6a24636d50c1689dce5241bb47f9fc338301c028 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Fri, 23 Jan 2026 17:08:12 +0100 Subject: [PATCH] OVPAY-973 - Added ovPayTokenId to POST /notificationsubscriptions. --- src/openapi/customers/notifications-crud.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/openapi/customers/notifications-crud.yaml b/src/openapi/customers/notifications-crud.yaml index 22821dd..1bd7c41 100644 --- a/src/openapi/customers/notifications-crud.yaml +++ b/src/openapi/customers/notifications-crud.yaml @@ -257,6 +257,7 @@ paths: value: notificationCategoryId: 1 customerProfileId: 1337 + ovPayTokenId: 42 subscriptionActivity: user: "1001337" timestamp: "2025-10-02T14:00:00Z" @@ -1388,6 +1389,9 @@ components: customerProfileId: type: integer example: 1337 + ovPayTokenId: + type: integer + example: 42 subscriptionActivity: type: object properties: