open api doc

This commit is contained in:
g-homebase
2019-09-03 17:41:04 -04:00
committed by kexkey
parent 8c7f2724ff
commit 2cfadd47a6

View File

@@ -436,8 +436,15 @@ paths:
schema:
$ref: '#/components/schemas/ApiResponseTemporarilyUnavailable'
/getblockhash:
/getblockhash/{height}:
get:
parameters:
- in: "path"
name: "height"
description: "Blockhash"
required: true
schema:
type: "integer"
tags:
- "block"
- "core features"