From 617099c1a8282bd643750c291f0131ccc3263d0b Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Mon, 1 Sep 2025 13:19:10 +0200 Subject: [PATCH] naming examples --- src/openapi/customers/customers-crud-v2.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/openapi/customers/customers-crud-v2.yaml b/src/openapi/customers/customers-crud-v2.yaml index 22538fa..a242151 100644 --- a/src/openapi/customers/customers-crud-v2.yaml +++ b/src/openapi/customers/customers-crud-v2.yaml @@ -880,10 +880,10 @@ paths: schema: $ref: "#/components/schemas/customersEntity" examples: - customer debtorStatus: + updateDebtorStatus: value: debtorStatusId: 2 - update full person: + updateFullPerson: value: person: { birthname: "Jan", @@ -893,7 +893,7 @@ paths: dateOfBirth: "1970-01-01", emailAddress: "TEST@TEST1.NL" } - update completeEntity: + updateCompleteEntity: value: debtorStatusId: 2 person: {