Update or reorder section
split_update_sectionRename, hide, or REORDER a section. Ordering is relative only: position_before is the uuid of the section this one should sit ABOVE. To move to the top, pass the uuid of the current first section. There is no numeric position field — sending one is silently ignored, and position_before: null returns 200 but does nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| title | No | ||
| layout | No | ||
| is_visible | No | ||
| position_before | No | uuid of the section this one should be placed above |