From 7a6fc50c4095316d5fcc83ece6ce8f8bf85ebf93 Mon Sep 17 00:00:00 2001 From: Darren Kelly Date: Sun, 4 Feb 2024 11:17:23 +0000 Subject: [PATCH] chore: update block response name --- api/doc/thor.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/doc/thor.yaml b/api/doc/thor.yaml index bde09e2f8..1a6a22980 100644 --- a/api/doc/thor.yaml +++ b/api/doc/thor.yaml @@ -911,7 +911,7 @@ components: The response will contain information about the block identified by the provided `revision`. title: GetBlockResponse oneOf: - - $ref: '#/components/schemas/CompressedBlockResponse' + - $ref: '#/components/schemas/RegularBlockResponse' - $ref: '#/components/schemas/ExpandedBlockResponse' example: number: 325324 @@ -934,8 +934,8 @@ components: transactions: - '0x284bba50ef777889ff1a367ed0b38d5e5626714477c40de38d71cedd6f9fa477' - CompressedBlockResponse: - title: CompressedBlockResponse + RegularBlockResponse: + title: RegularBlockResponse type: object description: | The response will contain information about the block identified by the provided `revision`. The `transactions`