---
title: "Update Footer Page Element"
method: PUT
path: "/sites/multiscreen/{site_name}/footer/elements/{element_id}"
---

# Update Footer Page Element

`PUT /sites/multiscreen/{site_name}/footer/elements/{element_id}`

## Path parameters

- `site_name` string, required
- `element_id` string, required

## Request body

- object
  - `next_sibling_id` string — 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_id` string — The parent element.

## Response `200`

200

- object
  - `element_id` string
  - `element_source_id` string
  - `next_sibling_id` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/duda/apis/partner-api.md) · [All operations](https://skmtc.dev/duda/apis/partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/duda/partner-api/revisions/5b9208270ed1/schema)
