2.60 configuration/wallpapers/selected

GET

Get the wallpaper that is currently selected.

Responses
200GET successful.
Response (application/json): object
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

PATCH

Change the selected wallpaper.

Request body (application/json): object
MemberTypeDescription
id
number

The ID of the wallpaper to select.

Example: 1

md5
string

The MD5 hash of the wallpaper to select.

Example: 3d8644944f358d3ef2d466c683255328

name
string

The name of the wallpaper to select.

Example: barco.jpg

Responses
200Wallpaper changed.
400The given wallpaper does not exist.