Theme - Updates a theme by ID

Updates an existing theme using the provided theme-related model schema and theme ID.

put
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
themeIdstring · uuidRequired

Enter the ID of an existing theme

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Body

Class for representing theme update.

themeNamestring · nullableOptional

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.

Responses
chevron-right
200

Success: Theme details updated successfully with newly provided information.

Class for storing details about theme.

themeIdstring · uuidOptional

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.

themeNamestring · nullableOptional

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.

put
/themes/{themeId}

Last updated