Skip to content

Reorder Components

POST
/api/v1/workspaces/{workspace_id}/email_design_systems/{emailDesignSystemId}/reorder_components

Reorders the components.

workspace_id
required
integer

Workspace ID

emailDesignSystemId
required
integer

Email Design System ID

object
component_names
required

An ordered list of component names representing the desired display order.

Array<string>
Example
[
"hero",
"footer",
"cta"
]

Successful

Unauthorized

object
message
required
string
Example
Record not found

Forbidden

object
message
required
string
Example
Record not found