Get Information about firmware
Return information about current firmware
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- title stringFirmware name 
- name stringFirmware name 
- date stringFirmware date in yyyy.dd.mm format 
- description stringFirmware changelog 
{
  "title": "System updated",
  "name": "Spring cleaning",
  "date": "2023.10.10",
  "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 stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...