Theme - Update an existing theme with the provided details
Please enter a valid token
Expects Id of an existing theme
The requested API version
1.0Class for representing theme update.
A public property of type nullable string that has both a getter and a setter method, which allows for getting and setting the value of the themeName property.
Successful update of theme related details with newly provided details
Class for storing details about theme.
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the themeId property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the themeName property.
Indicates that the requested theme does not exist
Server related error
Last updated