Theme - Duplicates a theme with a new name

Duplicates the specified theme with a new name provided by the user.

post
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
themeIdstring · uuidRequired

Enter the ID of the theme to duplicate.

Query parameters
namestringRequired

Enter the new name for the duplicated theme.

versionstringOptional

The requested API version

Default: 1.0
Responses
200

Success: Theme duplicated successfully.

post
/themes/{themeId}/duplicate

Last updated