reorder_layer
Move a layer within its parent's siblings. newIndex is 0-based among siblings (root list when ungrouped, or the parent group's children when nested). 0 = bottom of that subtree; last = top.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newIndex | Yes | 0-based index among siblings of the same parent. | |
| elementId | Yes | ||
| projectId | Yes | Opaque project id (a v4 UUID, from list_projects/create_project). Selects which existing project this call mutates. |