diff --git a/doc/openapi/v0/cyphernode-api.yaml b/doc/openapi/v0/cyphernode-api.yaml index b1c2415..c71a4fb 100644 --- a/doc/openapi/v0/cyphernode-api.yaml +++ b/doc/openapi/v0/cyphernode-api.yaml @@ -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"