PUT /Theme/{id}/

Updates a theme.
 

Request

Method Request URI
PUT /API/Theme/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the theme to update.

Request Body

Name: themeData
Type: Dundas.BI.WebApi.Models.ThemeData

Response

Response Body

A Dundas.BI.WebApi.Models.ThemeData object containing the theme, or a status code indicating the problem.