Builder elements
Moves the element in the page before another element or at the end of the page if no before element is given. The elements must belong to the same page.
patch/api/builder/element/{element_id}/move/
Path parameters
element_idinteger required
The id of the element to move
Headers
ClientSessionIdstring uuid
An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.