OVPAY-2394 - Processed review remarks.
This commit is contained in:
parent
46bf7874d9
commit
aa4721c651
@ -31,6 +31,12 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
description: Filter by customer profile ID
|
description: Filter by customer profile ID
|
||||||
|
- name: ovPayTokenId
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: integer
|
||||||
|
description: Filter by OV Pay token ID
|
||||||
- name: isCurrentlyActive
|
- name: isCurrentlyActive
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
@ -50,7 +56,7 @@ paths:
|
|||||||
type: string
|
type: string
|
||||||
enum: [none, notificationPreference, eventTypeChannel]
|
enum: [none, notificationPreference, eventTypeChannel]
|
||||||
default: none
|
default: none
|
||||||
description: "Expand nested attributes. Possible values: `none`, `eventType`, and `eventTypeChannel`."
|
description: "Expand nested attributes. Possible values: `none`, `notificationPreference`, and `eventTypeChannel`."
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: A list of notification subscriptions
|
description: A list of notification subscriptions
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user