Theme - Updates a theme by ID
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
themeIdstring · uuidRequired
Enter the ID of an existing theme
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Body
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
200
Success: Theme details updated successfully with newly provided information.
404
Not Found: Indicates that the requested theme does not exist.
500
Internal Server Error: An unexpected error occurred or a server timeout.
put
/themes/{themeId}Last updated