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