v3 teams
Update a Team
Update a team, the authenticated user must be the "Administrator" or a "Manager" of the team.
patch/v3/teams/{teamId}
Request body
Example request
{
"name": "string"
}Response
Example response
Example response
{
"data": {
"attributes": {
"name": "string"
}
}
}