mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-18 13:14:56 +01:00
getmempoolinfo endpoint added to openapi doc.
This commit is contained in:
@@ -942,6 +942,31 @@ paths:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/ApiResponseTemporarilyUnavailable'
|
||||
/getmempoolinfo:
|
||||
get:
|
||||
tags:
|
||||
- "stats"
|
||||
- "core features"
|
||||
summary: "Show mempool info"
|
||||
description: "Returns detailed mempool information."
|
||||
operationId: "getmempoolinfo"
|
||||
responses:
|
||||
'200':
|
||||
description: "successful operation"
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/MempoolInfo'
|
||||
'403':
|
||||
$ref: '#/components/schemas/ApiResponseNotAllowed'
|
||||
'404':
|
||||
$ref: '#/components/schemas/ApiResponseNotFound'
|
||||
'503':
|
||||
description: "Resource temporarily unavailable"
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/ApiResponseTemporarilyUnavailable'
|
||||
/ln_getinfo:
|
||||
get:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user