Theme - Duplicates a theme with a new name

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

post
Authorizations
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
POST /themes/{themeId}/duplicate?name=text HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated