Get node version endpoint

resource: /node/version

method: GET

Request : void

Response: NodeVersionResponse

{
    "version": "1.0-SNAPSHOT"
}

Last updated

Was this helpful?