naming examples
This commit is contained in:
parent
8730cfbe99
commit
617099c1a8
@ -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: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user