logos-delivery-rest-api/api-spec/debugapi_info.yaml
2026-07-16 15:45:45 +00:00

18 lines
436 B
YAML

get:
summary: Get node info
description: Retrieve information about a Logos Delivery node.
operationId: getNodeInfo
tags:
- debug
responses:
'200':
description: Information about a Logos Delivery node.
content:
application/json:
schema:
$ref: './schemas/apitypes.yaml#/WakuInfo'
'4XX':
description: Bad request error.
'5XX':
description: Unexpected error.