2.58 configuration/wallpapers

GET

Get the list of all available wallpapers.

Responses
200GET successful.
Response (application/json): object array
MemberTypeDescription
id
number

The ID for this wallpaper.

read-only

md5
string

The MD5 hash of the wallpaper file. Can be null in case of a problem.

Example: 6f34fedd3c91a130fde57b7c76ab44f5

read-only

name
string

The file name of the wallpaper.

Example: barco.jpg

read-only

POST

Add a new wallpaper.

Request body (application/json): object
MemberTypeDescription
url
string 
Request body (multipart/form-data)
 
Responses
202Wallpaper upload started.
400The 'url' parameter is not valid. The upload of the file failed. A url or a file must be provided.
405The maximum number of five user wallpapers has already been reached. You need to delete one before you can upload a new wallpaper.