weeek_manage_projects
Create, update, delete, archive, or unarchive projects in Weeek. Manage visibility, color, description, and portfolio assignment to keep project data organized and current.
Instructions
Create, update, delete, archive or unarchive a project. Use weeek_list_projects to read them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Required for create and update. | |
| color | No | Hex color, e.g. #35AAFF. Required on update — the API rejects it missing. | |
| action | Yes | ||
| is_private | No | Required by the API on create and update. | |
| project_id | No | Required for everything but create. | |
| description | No | ||
| portfolio_id | No | Create only. |