Move Section
asana_move_sectionMove a section within an Asana project by placing it before or after another section. Specify project and section IDs to reorder.
Instructions
Reorder a section within a project by moving it before or after another section. Returns an empty object {} on success. To rename a section, use asana_update_section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_gid | Yes | The GID of the project containing the section (numeric string, e.g. `'1234567890123'`). | |
| section_gid | Yes | The GID of the section to move (numeric string, e.g. `'1234567890123'`). | |
| after_section | No | GID of the section to move after. Cannot be used with before_section. | |
| before_section | No | GID of the section to move before. Cannot be used with after_section. |