Create Page ElementAsk AIpost https://api.duda.co/api/sites/multiscreen/{site_name}/pages/{page_uuid}/elementsCreate a Page Element for an individual Page of a Site.Path Paramssite_namestringrequiredThe unique identifier of the target Site.page_uuidstringrequiredThe uuid of the target page.Body Paramselement_source_idstringrequiredReference to the source. For sections, this is mapped to the section site alias.next_sibling_idstringThe 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_idstringThe parent element.typestringrequiredThe element type. Can be only “SECTION” at the moment.Responses 200200 400400 500500Updated 10 months ago