v18

latestOpenAPI 3.1.0raw.githubusercontent.com2022-08-0421329.6 KB
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

namestring required
createdAtstring date-time required

Example request

{
  "name": "string"
}

Response

Example response

Example response

{
  "data": {
    "attributes": {
      "name": "string"
    }
  }
}