Custom Images
Retrieve theme custom images.
Query parameters
SiteIdinteger · int32Optional
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.
Responses
200
OK
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/Theme/CustomImageNo content
Modify a theme custom image.
Path parameters
idinteger · int32Required
The ID of the Theme Custom Image to modify.
Body
Update a RAS Theme Custom Image
newNamestring | nullableRequired
The new name of the specified Theme Custom Image
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
put
/api/Theme/CustomImage/{id}No content
Update an Image with specified ImageType of the Theme specified by ID.
Query parameters
SiteIdinteger · int32Optional
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.
Body
ImageFilestring · binaryOptional
Upload File
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
post
/api/Theme/CustomImageNo content
Last updated
Was this helpful?