Skip to content

Commit

Permalink
plugins/chain_api_plugin/chain.swagger.yaml: rename get_scheduled_tra…
Browse files Browse the repository at this point in the history
…nsaction to get_scheduled_transactions (notice the trailing "s") as get_scheduled_transaction does not exist.
  • Loading branch information
pnx committed Aug 31, 2022
1 parent eaeab70 commit 5e64980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/chain_api_plugin/chain.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5e64980

Please sign in to comment.