PUT /Style/{id}/

Updates a style.
 

Request

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

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

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

Request Body

Name: styleData
Type: Dundas.BI.WebApi.Models.StyleData

Response

Response Body

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