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