quire.updateProject
Update project name, description, archived status, and manage followers by adding or removing user IDs.
Instructions
Update a project's settings including name, description, and followers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The project ID (e.g., 'my-project') or OID (unique identifier) | |
| name | No | New name for the project | |
| description | No | New description for the project | |
| archived | No | Whether the project is archived | |
| followers | No | Replace all followers with this list of user IDs | |
| addFollowers | No | User IDs to add as followers | |
| removeFollowers | No | User IDs to remove from followers |