Theme - Duplicates a theme with a new name

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

post

/themes/{themeId}/duplicate

Authorizations
Path parameters
themeIdstring uuidrequired

Enter the ID of the theme to duplicate.

Query parameters
namestringrequired

Enter the new name for the duplicated theme.

versionstring

The requested API version

Responses
curl -L \
  --request POST \
  --url '/themes/{themeId}/duplicate?name=text' \
  --header 'Authorization: Bearer JWT'
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated