Builder data sources
Moves the data_source in the page before another data_source or at the end of the page if no before data_source is given. The data_sources must belong to the same page.
patch/api/builder/data-source/{data_source_id}/move/
Path parameters
data_source_idinteger required
The id of the data_source 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.