diff --git a/src/openapi/customers/SE-notifications.yaml b/src/openapi/customers/SE-notifications.yaml index 72f3f4f..2100258 100644 --- a/src/openapi/customers/SE-notifications.yaml +++ b/src/openapi/customers/SE-notifications.yaml @@ -414,10 +414,12 @@ paths: value: { "emailAddress": "anonymous@mymailprovider.com", - "notificationCategoryId": 1 + "notificationCategoryId": 1, } Create notificationSubscription account active: value: { "notificationCategoryId": 2 } + Create notificationSubscription for token: + value: { "notificationCategoryId": 3, "ovPayTokenId": 42 } responses: "201": description: Created @@ -442,7 +444,10 @@ paths: { "notificationSubscriptionId": "6b88eba1-af1f-42fc-82d3-d7202d5f1afe", "notificationCategory": - { "notificationCategoryId": 2, "name": "Nieuwsbrief aanmelding" }, + { + "notificationCategoryId": 2, + "name": "Nieuwsbrief aanmelding", + }, "isActive": True, } "405":