team_memberships
Update a team membership
Update a team membership. Access is only available to administrators or leaders of the associated team. Access policy: administrator or leaders of the associated team
put/team_memberships/{id}
Path parameters
idinteger required
Team membership identifier
Request body
Example request
{
"Role": 1,
"TeamID": 1,
"UserID": 1
}Response
Success
Example response
{
"Id": 1,
"TeamID": 1,
"UserID": 1
}