mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 06:33:16 +00:00
docs: Expand on genesis_chunked description (#9793)
Signed-off-by: Thane Thomson <connect@thanethomson.com> Signed-off-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
@@ -918,8 +918,10 @@ paths:
|
||||
tags:
|
||||
- Info
|
||||
description: |
|
||||
Get genesis document in multiple chunks to make it
|
||||
easier to iterate through larger genesis structures.
|
||||
Get genesis document in multiple chunks to make it easier to iterate
|
||||
through larger genesis structures. Each chunk is produced by converting
|
||||
the genesis document to JSON and then splitting the resulting payload
|
||||
into 16MB blocks, and then Base64-encoding each block.
|
||||
|
||||
Upon success, the `Cache-Control` header will be set with the default
|
||||
maximum age.
|
||||
@@ -933,7 +935,7 @@ paths:
|
||||
example: 1
|
||||
responses:
|
||||
"200":
|
||||
description: Genesis results.
|
||||
description: Genesis chunk response.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
||||
Reference in New Issue
Block a user