File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ Get number of blocks signed by signer during a given reward cycle
579
579
580
580
Returns a non-negative integer
581
581
582
- ### GET /v3/transactions /[ Transaction ID]
582
+ ### GET /v3/transaction /[ Transaction ID]
583
583
584
584
Returns the index_block_hash, the transaction body (as hex) and the result given the TXID.
585
585
File renamed without changes.
Original file line number Diff line number Diff line change @@ -866,13 +866,13 @@ paths:
866
866
schema :
867
867
type : integer
868
868
example : 7
869
- /v3/transactions /{txid} :
869
+ /v3/transaction /{txid} :
870
870
post :
871
871
summary : Returns index_block_hash, transaction body and result given a TXID
872
872
tags :
873
873
- Transactions
874
874
description : Get a JSON with the index_block_hash, the Transaction body as hex and the result.
875
- operationId : get_transactions
875
+ operationId : get_transaction
876
876
parameters :
877
877
- name : txid
878
878
in : path
@@ -886,7 +886,7 @@ paths:
886
886
content :
887
887
application/json :
888
888
example :
889
- $ref : ./api/core-node/get_transactions .json
889
+ $ref : ./api/core-node/get_transaction .json
890
890
" 404 " :
891
891
description : Transaction not found
892
892
content :
You can’t perform that action at this time.
0 commit comments