Design Studio

Update a component

Update part of a component: its name, tag, folder, or content.

put/v1/design_studio/components/{id}

Path parameters

idstring uuid required

The UUID of the component.

Request body

namestring

Display name of the component. You see this on your Design Studio dashboard. This may be different from the component tag name.

tagstring

The component tag name, used to reference your component in an email. Learn what characters you can use.

parent_folder_idstring uuid nullable

The UUID of the parent folder.

Omit if you want no change to where the folder or file is located. Include null to move it to your root directory. Or add the UUID of another folder to move it there.

contentstring

HTML content

Example request

{
  "name": "custom-footer"
}

Response

Component updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.