Get Information about firmware
Return info about current firmware
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- title string
- name string
- date string
date value is dd.mm.yyyy
- description string
{
"title": "System updated",
"name": "Spring cleaning",
"date": "04.04.2019",
"description": "changelog in 5-15 lines"
}
{
"title": "System updated",
"name": "Spring cleaning",
"date": "04.04.2019",
"description": "changelog in 5-15 lines"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...