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: