Browse Source

docs: fix a typo in the genesis_chunked description (#6792)

pull/6796/head
M. J. Fromberger 3 years ago
committed by GitHub
parent
commit
4cbaf70d1f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      rpc/openapi/openapi.yaml

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

@ -837,7 +837,7 @@ paths:
- Info
description: |
Get genesis document in a paginated/chunked format to make it
easier to iterate through larger gensis structures.
easier to iterate through larger genesis structures.
parameters:
- in: query
name: chunkID
@ -1946,14 +1946,14 @@ components:
- "chunk"
- "total"
- "data"
properties:
properties:
chunk:
type: integer
example: 0
total:
type: integer
example: 1
data:
data:
type: string
example: "Z2VuZXNpcwo="


Loading…
Cancel
Save