naming examples

This commit is contained in:
Mirjam Herald 2025-09-01 13:19:10 +02:00
parent 8730cfbe99
commit 617099c1a8

View File

@ -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: {