Update Project
project_updateUpdate an existing Taiga project by patching only the fields you want to change. Automatically handles optimistic concurrency version, so you don't need to pass it.
Instructions
Update an existing project (partial patch — only include the fields you want to change). Taiga's optimistic-concurrency version field is handled automatically; do not pass it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource id | |
| name | No | ||
| is_private | No | ||
| description | No | ||
| is_wiki_activated | No | Enable/disable the Wiki module | |
| is_epics_activated | No | Enable/disable the Epics module. Epics created while this is false exist via the API but are invisible in Taiga's web UI until enabled. | |
| is_issues_activated | No | Enable/disable the Issues module | |
| is_kanban_activated | No | Enable/disable the Kanban module | |
| is_backlog_activated | No | Enable/disable the Backlog module |