From 01f9608d7592ab49d5c52a1b8e91f0a4d820ae23 Mon Sep 17 00:00:00 2001 From: bludnic Date: Sat, 9 Sep 2023 23:21:49 +0100 Subject: [PATCH] fix(`GET /transactions`): fix description --- specification/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/openapi.yaml b/specification/openapi.yaml index f59d259..40bf3a7 100644 --- a/specification/openapi.yaml +++ b/specification/openapi.yaml @@ -735,7 +735,7 @@ paths: You can filter by single parameter, or by multiple parameters using logical operator `and` or `or`. For more details check [Transactions Query Language](https://github.com/Adamant-im/adamant/wiki/Transactions-Query-Language) - The params `blockId` act by default as `or` operator. + Params act by default as `or` operator. parameters: $ref: "transactions/GetTransactions/GetTransactionsParams.yaml" responses: