develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit 2ea4af5211 - Show all commits

View File

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