2.61 configuration/wallpapers/{index}

GET

Get information about a specific wallpaper.

Responses
200OK
404The wallpaper with the requested index does not exist.
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

DELETE

Delete a wallpaper.

Responses
200DELETE successful.
404The wallpaper with the requested index does not exist.
405The wallpaper with the requested index is a built in wallpaper and cannot be deleted.