restored crud file

This commit is contained in:
Mirjam Herald 2026-01-28 13:50:36 +01:00
parent 4b932a0628
commit c9b54a095d

View File

@ -964,7 +964,7 @@ paths:
post:
tags:
- Customer
summary: Create a new customer status element (only for SMP)
summary: Create a new customer status element
description: >-
parameters:
@ -996,7 +996,7 @@ paths:
- default: []
x-auth-type: Application & Application User
x-throttling-tier: Unlimited
/customers/customerPreferences:
/customers/{customerProfileId}/customerPreferences:
post:
tags:
- Customer
@ -1006,10 +1006,10 @@ paths:
parameters:
- name: customerProfileId
in: path
required: true
schema:
type: integer
example: 1
required: true
requestBody:
content:
application/json: