From c7fa48b554e496e5be2d572a80ea659df2fa4c3d Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Thu, 22 Jan 2026 09:28:27 +0100 Subject: [PATCH] OVPAY-2394 - Fixed schema for patch NotificationSubscription. --- src/openapi/customers/notifications-crud.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/openapi/customers/notifications-crud.yaml b/src/openapi/customers/notifications-crud.yaml index 92c46b2..c188b56 100644 --- a/src/openapi/customers/notifications-crud.yaml +++ b/src/openapi/customers/notifications-crud.yaml @@ -1422,14 +1422,9 @@ components: PatchNotificationSubscriptionRequest: type: object properties: - notificationCategoryId: + ovPayTokenId: type: integer - example: 1 - customerProfileId: - type: integer - example: 1337 - required: - - notificationCategoryId + example: 43 PatchNotificationSubscriptionResponse: type: object properties: