v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Update Footer Page Element

put/sites/multiscreen/{site_name}/footer/elements/{element_id}

Path parameters

site_namestring required

The unique identifier of the target Site.

element_idstring required

The unique identifier of the element on the site.

Request body

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.

parent_element_idstring

The parent element.

Response

200

element_idstring
element_source_idstring
next_sibling_idstring

Example response

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