v1

latestOpenAPI 3.0.3Apache 2.02026-07-178913.4 KB
version

Get's the current version of the tremor server

This endpoint returns version information for the current version of tremor. Versioning policy follows Semantic Versioning

get/v1/version

Response

The current version of tremor

versionstring required

The semantic version code

debugboolean

True if this is a debug build

Example response

{
  "version": "0.11.4",
  "debug": true
}
All 8 operations