Get system version
Developing
Get version of api for future troubleshooting.
Request Code Samples
curl --location --request GET 'http://localhost:8081//api/system/version'
Responses
application/json {
"branchName": "string",
"commitHash": "string"
}
Modified at 2025-03-19 10:11:15