Custom Images
Retrieve theme custom images.
Site ID from which to retrieve the theme custom images. If the parameter is omitted, the site ID of the Licensing Server will be used.
OK
No content
Unauthorized
Not Found
GET /api/Theme/CustomImage HTTP/1.1
Host:
Accept: */*
No content
Modify a theme custom image.
The ID of the Theme Custom Image to modify.
Update a RAS Theme Custom Image
The new name of the specified Theme Custom Image
No Content
No content
Unauthorized
Not Found
PUT /api/Theme/CustomImage/{id} HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 18
{
"newName": "text"
}
No content
Update an Image with specified ImageType of the Theme specified by ID.
Site ID in which to create the theme custom image. If the parameter is omitted, the site ID of the Licensing Server will be used.
Upload File
No Content
No content
Unauthorized
POST /api/Theme/CustomImage HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 22
{
"ImageFile": "binary"
}
No content
Delete a theme custom image.
The ID of the Theme Custom Image to remove.
No Content
No content
Unauthorized
Not Found
DELETE /api/Theme/CustomImage/{id} HTTP/1.1
Host:
Accept: */*
No content
Last updated
Was this helpful?