Get Projects Api version
GET/version
This operation allows to get the Api Version
Responses
- 200
- 500
ok
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
versionStruct
object
api version informations
major string
major
minor string
minor
patch string
patch
pre_release string
pre release
deprecated boolean
deprecated
[
{
"versionStruct": {
"major": "string",
"minor": "string",
"patch": "string",
"pre_release": "string"
},
"deprecated": true
}
]
internal error
- application/json
- Schema
- Example (from schema)
Schema
code int32
error code
message string
error message
description string
error description
{
"code": 0,
"message": "string",
"description": "string"
}
Loading...