From b5f1ec3dbe7c2fa692892cef34d11d5006023f83 Mon Sep 17 00:00:00 2001 From: "ed.milic" Date: Thu, 30 Jun 2022 18:13:24 -0400 Subject: [PATCH] add missing block_height to TransactionResult --- openapi/access.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi/access.yaml b/openapi/access.yaml index e7bc1e70d..5b9fa28b3 100644 --- a/openapi/access.yaml +++ b/openapi/access.yaml @@ -675,6 +675,7 @@ components: TransactionResult: type: object required: + - block_height - block_id - status - status_code @@ -682,6 +683,8 @@ components: - computation_used - events properties: + block_height: + $ref: '#/components/schemas/BlockHeight' block_id: $ref: '#/components/schemas/Identifier' execution: