feature/OVPAY-94 #33

Merged
bboterm merged 2 commits from feature/OVPAY-94 into develop 2025-11-03 08:35:54 +00:00
Showing only changes of commit 81b3a0c96d - Show all commits

View File

@ -779,18 +779,11 @@ components:
type: string
format: uuid
example: 5bedce29-af0c-4f3c-b182-2caa8a1f9377
eventTypeChannel:
$ref: "#/components/schemas/EventTypeChannel"
notifcationCategory:
$ref: "#/components/schemas/NotificationCategory"
customerProfileId:
type: integer
example: 1337
ovpayTokenId:
type: integer
example: 42
# deviceId:
# type: string
# format: uuid
# example: 7122a988-a00a-417d-a5b4-da2d91354976
subscriptionActivities:
type: array
items:
@ -817,24 +810,17 @@ components:
- isActive
required:
- notificationSubscriptionId
- eventTypeChannel
- notifcationCategory
- customerProfileId
PostNotificationSubscriptionRequest:
type: object
properties:
eventTypeChannelId:
type: string
format: uuid
example: 22a9ab1cb-b1a3-482e-bae3-9a517a8cfb4f
notifcationCategoryId:
type: integer
example: 1
customerProfileId:
type: integer
example: 1337
ovpayTokenId:
type: integer
example: 42
# deviceId:
# type: string
# format: uuid
# example: 7122a988-a00a-417d-a5b4-da2d91354976
subscriptionActivities:
type: array
items:
@ -855,7 +841,8 @@ components:
- timestamp
- isActive
required:
- eventTypeChannelId
- notifcationCategoryId
- customerProfileId
PostNotificationSubscriptionResponse:
$ref: "#/components/schemas/NotificationSubscription"
PostSubscriptionActivityRequest: