From 4bdbe726c59b652b55c82e5d5504d5ea7ef4d329 Mon Sep 17 00:00:00 2001 From: Aditya Vyas Date: Tue, 27 Aug 2024 15:11:14 -0400 Subject: [PATCH] change naming to snake-case - 2 --- .../horizon/internal/httpx/static/txsub_async_oapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/horizon/internal/httpx/static/txsub_async_oapi.yaml b/services/horizon/internal/httpx/static/txsub_async_oapi.yaml index f889cf4ec8..0e9a23e676 100644 --- a/services/horizon/internal/httpx/static/txsub_async_oapi.yaml +++ b/services/horizon/internal/httpx/static/txsub_async_oapi.yaml @@ -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': @@ -78,7 +78,7 @@ paths: schema: $ref: '#/components/schemas/AsyncTransactionSubmissionResponse' example: - errorResultXdr: "" + error_result_xdr: "" tx_status: "DUPLICATE" hash: "6cbb7f714bd08cea7c30cab7818a35c510cbbfc0a6aa06172a1e94146ecf0165" '500': @@ -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.