Theme - Duplicate the requested theme with a new name

Duplicates the requested theme with a new name

post
Authorizations
Path parameters
themeIdstring · uuidRequired

Expects Id of an existing theme

Query parameters
namestringRequired

Expects a new name of the theme to be duplicated

versionstringOptional

The requested API version

Default: 1.0
Responses
200
Successful duplication of the requested theme
post
POST /themes/{themeId}/duplicate?name=text HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated