v1
latestOpenAPI 3.1.02026-07-24111290748.0 KBTeams
Update a team
put/api/teams/{id}
Path parameters
idinteger required
The ID of the team to update.
Request body
Example request
{
"name": "Warehouse team",
"members": [
{
"name": "Marie Curie",
"email": "marie@gorgias.io",
"meta": {}
}
]
}Response
The updated tag.
Example response
{
"id": 123,
"name": "Warehouse team",
"members": [
{
"name": "Marie Curie",
"email": "marie@gorgias.io",
"meta": {}
}
]
}