From 67003ad16ffc9671a799bb458601a8c1d34e3e17 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 31 Aug 2022 12:20:02 +0200 Subject: [PATCH] plugins/chain_api_plugin/chain.swagger.yaml: rename get_scheduled_transaction to get_scheduled_transactions (notice the trailing "s") as get_scheduled_transaction does not exist. --- plugins/chain_api_plugin/chain.swagger.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/chain_api_plugin/chain.swagger.yaml b/plugins/chain_api_plugin/chain.swagger.yaml index 04f4f12481..28063b4cc8 100644 --- a/plugins/chain_api_plugin/chain.swagger.yaml +++ b/plugins/chain_api_plugin/chain.swagger.yaml @@ -401,10 +401,10 @@ paths: type: string description: base64 encoded ABI - /get_scheduled_transaction: + /get_scheduled_transactions: post: - description: Retrieves the scheduled transaction - operationId: get_scheduled_transaction + description: Retrieves scheduled transactions + operationId: get_scheduled_transactions requestBody: content: application/json: