linear_updateTeamMembership
Update a team membership by changing the user's role to owner or adjusting sort order. Provide the membership ID and the field to modify.
Instructions
Update a user's role in a team. Provide id plus at least one other field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the team membership to update | |
| owner | No | ||
| sortOrder | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| team | No | ||
| user | No | ||
| owner | No | ||
| createdAt | No | ||
| sortOrder | No | ||
| updatedAt | No |