Update Portfolio
asana_update_portfolioChange a portfolio's name, color, or public visibility in Asana. Supply only the fields you want to update, and receive the updated portfolio object.
Instructions
Update the name, color, or public visibility of a portfolio. Only supply the fields to change. Returns the updated portfolio object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the portfolio. | |
| 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. | |
| public | No | New public visibility setting. | |
| opt_fields | No | Comma-separated fields to include in the response. Useful values: `gid,name,color,public`. | |
| portfolio_gid | Yes | The GID of the portfolio to update (numeric string, e.g. `'1234567890123'`). |