Theme - Duplicate the requested theme with a new name
Authorizations
Path parameters
themeIdstring · uuidRequired
Expects Id of an existing theme
Query parameters
namestringRequired
Expects a new name of the theme to be duplicated
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Successful duplication of the requested theme
404
Indicates that the requested theme does not exist
500
Server Error
post
POST /themes/{themeId}/duplicate?name=text HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated