yougile_update_project
Update project details, manage user roles, or soft-delete projects. Set a user's role to '-' to remove them from the project.
Instructions
Update a project (title, users, or soft-delete). Use '-' as role value to remove a user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project UUID | |
| title | No | New title | |
| users | No | userId -> role map. '-' removes user. | |
| deleted | No | true to soft-delete |