Update Section
asana_update_sectionRename an existing Asana section by providing its GID and new name. Returns the updated section with its ID and name.
Instructions
Rename an existing section. Returns the updated section object with gid and name. To reorder sections, use asana_move_section instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New name for the section. | |
| opt_fields | No | Comma-separated fields to include in the response. Useful values: `gid,name,created_at`. | |
| section_gid | Yes | The GID of the section to update (numeric string, e.g. `'1234567890123'`). |