Browse Source

rpc: fix openapi spec syntax error (#5358)

Broke in #5356.
pull/5363/head
Erik Grinaker 4 years ago
committed by GitHub
parent
commit
817646a88e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      rpc/openapi/openapi.yaml

+ 2
- 2
rpc/openapi/openapi.yaml View File

@ -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:


Loading…
Cancel
Save