Upload media file that will be showed in standby
- Add or update media file, used for displaying in standby. Supports mp4 file type.
- This feature is available in AA-14FBS/FBIS.
Maximum fullscreen video size is 800x1280px. Maximum video size for partial_screen mode is 680x620px. Maximum video duration is 5 min.
- multipart/form-data
Request Body
- file binary required
Media file in .mp4 extension
Responses
- 200
- 400
- 401
- 403
- 404
OK
- text/html
- Schema
Schema
- string
- Wrong video file
- application/json
- Schema
- Example (from schema)
- Wrong file
- Wrong video size
- Wrong video duration
Schema
- error string
Error message
{
"error": "Wrong JSON body"
}
{
"error": "Wrong video file"
}
{
"error": "Wrong video size"
}
{
"error": "Wrong video duration"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
- Schema
- Example (from schema)
- Admin Rights Required
Schema
- error string
Error message
{
"error": "Administrator rights required"
}
{
"error": "Administrator rights required"
}
This feature is disabled on your device
Loading...