Get desktop logo path
Returns the path to the current desktop logo image, which can be used to download the file.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- logo_path string
Image file path
{
"logo_path": "/image/file?path=sdcard/DCIM/LogoImage.jpg"
}
{
"logo_path": "/image/file?path=sdcard/DCIM/LogoImage.jpg"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...