Update Project Member
membership_updatePatch an existing Taiga project membership: change its role or admin rights without passing the version field, which is handled automatically.
Instructions
Update an existing membership (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 | |
| role | No | ||
| is_admin | No | Grant or revoke project-admin rights. Privilege-escalation field — every change is audit-logged. |