OVPAY-94 - Updated notification cruds after comments DHIL. #35

Merged
MirjamHTM merged 3 commits from feature/OVPAY-94 into develop 2025-11-06 10:55:13 +00:00
Showing only changes of commit 2ea4af5211 - Show all commits

View File

@ -60,8 +60,8 @@ paths:
value: value:
notificationSubscriptions: notificationSubscriptions:
- notificationSubscriptionId: 5bedce29-af0c-4f3c-b182-2caa8a1f9377 - notificationSubscriptionId: 5bedce29-af0c-4f3c-b182-2caa8a1f9377
notifcationCategory: notificationCategory:
notifcationCategoryId: 1 notificationCategoryId: 1
name: Mijn Reizen name: Mijn Reizen
customerProfileId: 1337 customerProfileId: 1337
subscriptionActivities: subscriptionActivities:
@ -84,8 +84,8 @@ paths:
href: /notificationsubscriptions/5bedce29-af0c-4f3c-b182-2caa8a1f9377 href: /notificationsubscriptions/5bedce29-af0c-4f3c-b182-2caa8a1f9377
method: DELETE method: DELETE
- notificationSubscriptionId: 39e8d8e6-5c85-49b6-ba4b-62e47fa4f7fd - notificationSubscriptionId: 39e8d8e6-5c85-49b6-ba4b-62e47fa4f7fd
notifcationCategory: notificationCategory:
notifcationCategoryId: 2 notificationCategoryId: 2
name: Mijn Passen name: Mijn Passen
customerProfileId: 1338 customerProfileId: 1338
subscriptionActivities: subscriptionActivities:
@ -149,7 +149,7 @@ paths:
examples: examples:
fullNotificationSubscriptionRequest: fullNotificationSubscriptionRequest:
value: value:
notifcationCategoryId: 1 notificationCategoryId: 1
customerProfileId: 1337 customerProfileId: 1337
subscriptionActivity: subscriptionActivity:
user: "1001337" user: "1001337"
@ -767,7 +767,7 @@ paths:
prettyName: Checkout gemist prettyName: Checkout gemist
optInRequired: true optInRequired: true
notificationCategory: notificationCategory:
notifcationCategoryId: 1 notificationCategoryId: 1
name: Mijn Reizen name: Mijn Reizen
- eventType: - eventType:
eventTypeId: 16 eventTypeId: 16
@ -780,7 +780,7 @@ paths:
prettyName: Checkin gemist prettyName: Checkin gemist
optInRequired: true optInRequired: true
notificationCategory: notificationCategory:
notifcationCategoryId: 1 notificationCategoryId: 1
name: Mijn Reizen name: Mijn Reizen
"400": "400":
description: Bad request description: Bad request
@ -915,7 +915,7 @@ components:
type: string type: string
format: uuid format: uuid
example: 5bedce29-af0c-4f3c-b182-2caa8a1f9377 example: 5bedce29-af0c-4f3c-b182-2caa8a1f9377
notifcationCategory: notificationCategory:
$ref: "#/components/schemas/NotificationCategory" $ref: "#/components/schemas/NotificationCategory"
customerProfileId: customerProfileId:
type: integer type: integer
@ -946,12 +946,12 @@ components:
- isActive - isActive
required: required:
- notificationSubscriptionId - notificationSubscriptionId
- notifcationCategory - notificationCategory
- customerProfileId - customerProfileId
PostNotificationSubscriptionRequest: PostNotificationSubscriptionRequest:
type: object type: object
properties: properties:
notifcationCategoryId: notificationCategoryId:
type: integer type: integer
example: 1 example: 1
customerProfileId: customerProfileId:
@ -975,7 +975,7 @@ components:
- timestamp - timestamp
- isActive - isActive
required: required:
- notifcationCategoryId - notificationCategoryId
- customerProfileId - customerProfileId
PostNotificationSubscriptionResponse: PostNotificationSubscriptionResponse:
type: object type: object
@ -1138,7 +1138,7 @@ components:
NotificationCategory: NotificationCategory:
type: object type: object
properties: properties:
notifcationCategoryId: notificationCategoryId:
type: integer type: integer
example: 1 example: 1
name: name:
@ -1149,7 +1149,7 @@ components:
items: items:
$ref: "#/components/schemas/EventType" $ref: "#/components/schemas/EventType"
required: required:
- notifcationCategoryId - notificationCategoryId
- name - name
400Response: 400Response:
type: object type: object