From 817646a88ee8dd2fd78cc00cb2e35185419b43c1 Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Tue, 15 Sep 2020 10:58:58 +0200 Subject: [PATCH] rpc: fix openapi spec syntax error (#5358) Broke in #5356. --- rpc/openapi/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpc/openapi/openapi.yaml b/rpc/openapi/openapi.yaml index 01b80158b..44d40e5d8 100644 --- a/rpc/openapi/openapi.yaml +++ b/rpc/openapi/openapi.yaml @@ -605,7 +605,7 @@ paths: $ref: "#/components/schemas/ErrorResponse" /blockchain: get: - summary: Get block headers (max: 20) for minHeight <= height <= maxHeight. + summary: "Get block headers (max: 20) for minHeight <= height <= maxHeight." operationId: blockchain parameters: - in: query @@ -623,7 +623,7 @@ paths: tags: - Info description: | - Get block headers for minHeight <= height maxHeight. + Get block headers for minHeight <= height maxHeight. At most 20 items will be returned. responses: