Update projects
yougile_projects_updateUpdate a project's title, modify member roles, or soft-delete it by specifying the project ID.
Instructions
Update a project (rename, change members, or soft-delete).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource id (UUID). | |
| title | No | ||
| users | No | Map of userId → role, e.g. {"<uuid>":"admin"}. | |
| deleted | No | Set true to soft-delete. |