taiga_projects_update
Update a Taiga project's details, including name, description, privacy, and module settings, through partial updates. Specify the project ID and only the fields to change.
Instructions
Update a project (partial update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID | |
| name | No | ||
| is_private | No | ||
| description | No | ||
| is_wiki_activated | No | ||
| is_issues_activated | No | ||
| is_kanban_activated | No | ||
| is_backlog_activated | No |