design-builder
duplicateDesign
Duplicate an existing design owned by the user organization. The copy carries over the style, custom CSS and name (marked as a copy) but does NOT carry over journey/portal relations, so the new design starts with 0 consumers, exactly like a freshly created design.
post/v1/designs/{designId}/duplicate
Path parameters
designIdstring required
Id of the design
Example:4a062990-a6a3-11eb-9828-4f3da7d4935a
Response
Success - design duplicated with success.
Example response
{
"design": {
"created_at": "2021-01-30T08:30:00Z"
}
}Changes
Changed in 1 of the 4 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○