From bed4dddf3bfedeb1841509495f237d6a2a5c0636 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Tue, 4 Mar 2025 12:42:01 +0100 Subject: [PATCH] OVPAY-1518 - Replaced asterisk by query param. --- src/openapi/fiko/fiko-crud.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/openapi/fiko/fiko-crud.yaml b/src/openapi/fiko/fiko-crud.yaml index 8e6d293..38e96a4 100644 --- a/src/openapi/fiko/fiko-crud.yaml +++ b/src/openapi/fiko/fiko-crud.yaml @@ -419,12 +419,19 @@ paths: description: The transaction item was successfully updated in the database. value: transactionItemId: 7c3a5b0f-b89e-4f02-8b09-d11c5a050a07 - /transactionitems/responsestatus/*: + /transactionitems/responsestatus/{clientTrackingId}: get: tags: - Transactions v2.2 summary: Get the status of the transaction items POST. description: Get the status of the asynchronous transaction items POST processing. + parameters: + - in: path + name: clientTrackingId + schema: + type: string + required: true + description: The clientTrackingId of the transaction items POST. responses: "200": description: OK