Theme - Creates a new theme
Authorizations
HTTPRequired
Please enter a valid token
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Body
Class for representing the request body for updating or creating a custom theme.
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.
Responses
200
Success: Theme details created successfully, providing newly added theme information.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
/themesPreviousTheme - Retrieves a list of themes for a tenantNextTheme - Retrieves details of a theme by ID
Last updated