GET
/version/nina
curl \
--request GET 'http://localhost:1888/v2/api/version/nina'
Response examples (200)
{
"Response": {
"oneOf": [
"3.2.0.1058",
"3.2 NIGHTLY #058"
]
},
"Error": "string",
"StatusCode": 200,
"Success": true,
"Type": "API"
}