From aa4721c651580f1340239fa7bbdd4d20cc367f86 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Wed, 14 Jan 2026 13:05:32 +0100 Subject: [PATCH] OVPAY-2394 - Processed review remarks. --- src/openapi/customers/notifications-crud.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/openapi/customers/notifications-crud.yaml b/src/openapi/customers/notifications-crud.yaml index 24eb33c..22821dd 100644 --- a/src/openapi/customers/notifications-crud.yaml +++ b/src/openapi/customers/notifications-crud.yaml @@ -31,6 +31,12 @@ paths: schema: type: integer description: Filter by customer profile ID + - name: ovPayTokenId + in: query + required: false + schema: + type: integer + description: Filter by OV Pay token ID - name: isCurrentlyActive in: query required: false @@ -50,7 +56,7 @@ paths: type: string enum: [none, notificationPreference, eventTypeChannel] default: none - description: "Expand nested attributes. Possible values: `none`, `eventType`, and `eventTypeChannel`." + description: "Expand nested attributes. Possible values: `none`, `notificationPreference`, and `eventTypeChannel`." responses: "200": description: A list of notification subscriptions