mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-31 10:14:35 +01:00
open api doc
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user