Update Project
asana_update_projectUpdate project details such as name, description, dates, or visibility by specifying only the fields to change; returns the updated project object.
Instructions
Update fields on an existing project. Only supply the fields you want to change. Returns the updated project object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the project. | |
| color | No | New color. One of: dark-pink, dark-green, dark-blue, dark-red, dark-teal, dark-brown, dark-orange, dark-purple, dark-warm-gray, light-pink, light-green, light-blue, light-red, light-teal, light-brown, light-orange, light-purple, light-warm-gray. | |
| notes | No | New plain-text description. | |
| due_on | No | New due date in YYYY-MM-DD format. | |
| public | No | Whether the project is publicly visible in the workspace. | |
| archived | No | Set to true to archive the project, false to unarchive. | |
| start_on | No | New start date in YYYY-MM-DD format. | |
| html_notes | No | New HTML-formatted description. Follows the same tag restrictions as html_notes on tasks. | |
| opt_fields | No | Comma-separated fields to include in the response. | |
| project_gid | Yes | The GID of the project to update (numeric string, e.g. `'1234567890123'`). | |
| default_view | No | New default view. One of: list, board, calendar, timeline. |