For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get node version endpoint

resource: /node/version

method: GET

Request : void

Response: NodeVersionResponse

{
    "version": "1.0-SNAPSHOT"
}

Last updated