waku-rest-api/api-spec/debugapi_info.yaml

18 lines
422 B
YAML

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