v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Create Footer Page Element

post/sites/multiscreen/{site_name}/footer/elements

Path parameters

site_namestring required

The unique identifier of the target Site.

Request body

element_source_idstring

Reference to the source. For sections, this is mapped to the section site alias.

next_sibling_idstring

The next sibling element in the DOM. if set, the element will be append before this sibling element. only for sections that have the attribute ‘data-page-element-id’. Null means it's appended last.

Response

200

element_idstring
element_source_idstring

Example response

{
  "element_id": "string",
  "element_source_id": "string"
}