v11
latestOpenAPI 3.1.12026-08-03174162.0 MBTeams
Update a team
Update an existing team by ID or slug
patch/teams/{key}
Path parameters
keystring required
Team key - either a unique ID (tem_xxx format) or URL-friendly slug
Example:tem_01jqpjksnsen9vprw95et60t2m
Request body
Example request
{
"image": {
"src": "https://assets.session.services/my-image.jpg",
"alt": "My Image",
"width": 1080,
"height": 1080
}
}Response
OK
Example response
{
"team": {
"publicBaseUrl": "https://sash.net.au",
"image": {
"src": "https://assets.session.services/my-image.jpg",
"alt": "My Image",
"width": 1080,
"height": 1080
},
"member": {
"permissions": []
}
}
}