asana_reorder_section
Move a project section to a new position by specifying a before or after section GID.
Instructions
Reorder a section within its project (move a board column). Provide before_section or after_section (section GIDs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_gid | Yes | Project GID | |
| section_gid | Yes | Section GID to move | |
| after_section | No | Place after this section GID | |
| before_section | No | Place before this section GID |