From c5fa6746a221c221e3fa76c8b73dd16e57310d2b Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Thu, 19 Dec 2024 11:49:39 +0100 Subject: [PATCH] hoofdentiteit volgens specs --- src/openapi/customers/customers-crud-v2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openapi/customers/customers-crud-v2.yaml b/src/openapi/customers/customers-crud-v2.yaml index 00c7d03..eaea554 100644 --- a/src/openapi/customers/customers-crud-v2.yaml +++ b/src/openapi/customers/customers-crud-v2.yaml @@ -141,7 +141,7 @@ paths: examples: fullCustomerProfile: value: - Entries: + customers: - customerProfileId: 1 customerNumber: 1000001 debtorNumber: TEST001 @@ -1233,7 +1233,7 @@ components: getCustomerProfileList: type: object properties: - Entries: + customers: type: array items: $ref: "#/components/schemas/getCustomerProfile"