mirror of
https://github.com/waku-org/waku-rest-api.git
synced 2025-02-18 03:27:33 +00:00
19 lines
383 B
YAML
19 lines
383 B
YAML
get:
|
|
summary: Get node version
|
|
description: Retrieve the Waku v2 node version.
|
|
operationId: getNodeVersion
|
|
tags:
|
|
- debug
|
|
responses:
|
|
'200':
|
|
description: The version of a Waku v2 node.
|
|
content:
|
|
text/plain:
|
|
schema:
|
|
type: string
|
|
'4XX':
|
|
description: Bad request error.
|
|
'5XX':
|
|
description: Unexpected error.
|
|
|