update_membership
Update an existing project membership by replacing its roles with new role IDs. Specify the membership ID and an array of role IDs to assign.
Instructions
Updates the roles of an existing project membership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric membership ID to update (required) | |
| role_ids | Yes | New array of role IDs (required, replaces current) |