Skip to content

Commit

Permalink
change naming to snake-case - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya1702 committed Aug 27, 2024
1 parent 11f2270 commit 4bdbe72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/horizon/internal/httpx/static/txsub_async_oapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ paths:
ErrorStatusExample:
summary: ERROR Status from core
value:
errorResultXdr: "AAAAAAAAAGT////7AAAAAA=="
error_result_xdr: "AAAAAAAAAGT////7AAAAAA=="
tx_status: "ERROR"
hash: "6cbb7f714bd08cea7c30cab7818a35c510cbbfc0a6aa06172a1e94146ecf0165"
'405':
Expand All @@ -78,7 +78,7 @@ paths:
schema:
$ref: '#/components/schemas/AsyncTransactionSubmissionResponse'
example:
errorResultXdr: ""
error_result_xdr: ""
tx_status: "DUPLICATE"
hash: "6cbb7f714bd08cea7c30cab7818a35c510cbbfc0a6aa06172a1e94146ecf0165"
'500':
Expand Down Expand Up @@ -136,7 +136,7 @@ components:
AsyncTransactionSubmissionResponse:
type: object
properties:
errorResultXdr:
error_result_xdr:
type: string
nullable: true
description: TransactionResult XDR string which is present only if the submission status from core is an ERROR.
Expand Down

0 comments on commit 4bdbe72

Please sign in to comment.