/projects/{project_gid}/sections/insertMove a section within a project
Moves an existing section relative to another section in the same project. Supply section and one of before_section or after_section to control the new position. Sections cannot be moved between projects, and the successful response contains an empty data block.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The section move action, including the section to reorder and its target position.
A 400 is returned when the request is missing or malformed. A 401 is returned when no valid authentication token is provided, and a 403 is returned when the authenticated user lacks permission to reorder the sections. A 404 is returned when a referenced section does not exist, while a 500 indicates a server-side failure; section must identify the section to move, and one of before_section or after_section must be provided.