From 0e450ec9b2926bba11a92600abaa44e5eef717ed Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 13 Jun 2024 10:16:32 +0300 Subject: [PATCH] SP-16044: Add get transactions by tag endpoint --- p-transaction.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/p-transaction.yml b/p-transaction.yml index 14132f6..1d6ff51 100644 --- a/p-transaction.yml +++ b/p-transaction.yml @@ -197,7 +197,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/GetTransactionsByTagResponse' + $ref: '#/components/schemas/ListTransactionsByTagResponse' "400": description: "Bad request. Check your input data." "403": @@ -205,6 +205,10 @@ paths: components: schemas: + ListTransactionsByTagResponse: + type: array + items: + $ref: '#/components/schemas/GetTransactionsByTagResponse' GetTransactionsByTagResponse: type: object properties: