Skip to content

Commit c939a2e

Browse files
committed
updated openapi
1 parent f095469 commit c939a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rpc/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,10 +868,10 @@ paths:
868868
example: 7
869869
/v3/transaction/{txid}:
870870
post:
871-
summary: Returns index_block_hash, transaction body and result given a TXID
871+
summary: Retrieve transaction details by TXID
872872
tags:
873873
- Transactions
874-
description: Get a JSON with the index_block_hash, the Transaction body as hex and the result.
874+
description: Get a JSON with the transaction details including the `index_block_hash`, the hex-encoded transaction body, and the `result`.
875875
operationId: get_transaction
876876
parameters:
877877
- name: txid

0 commit comments

Comments
 (0)