develop #4

Merged
bboterm merged 11 commits from develop into main 2024-11-05 09:45:01 +00:00
Showing only changes of commit 4371149bb3 - Show all commits

View File

@ -794,8 +794,8 @@ paths:
required: true
description: The id of the order to process.
post:
summary: P2. Add one or more payments to an order.
description: Add one or more payments to an order.
summary: P2. Add a payment to an order.
description: Add a payment to an order.
tags:
- Payment
requestBody:
@ -804,7 +804,6 @@ paths:
schema:
$ref: "#/components/schemas/unavailable"
example:
[
{
"createdOn": "2024-03-22T09:00:00",
"amountDebit": 121,
@ -832,8 +831,7 @@ paths:
"ascription": "J. de Vries",
"place": "Den Haag",
},
},
]
}
responses:
"201":
description: Created