Update a team

Update an existing team's information

Body required
application/json

The team to update

name
string required

The name of the team

_id
object
description
array of objects | null (LocalizedString)

The localized description of the team

contact
string | null

The generic contact e-mail of the Team

webhook
object | null (Webhook Definition)

The webhook of the team's corporate channel (Teams, Slack, Mattermost)

managers
array of string | null

The identifiers of the team's managers

displayName
array of objects | null (LocalizedString)

The localized display name of the team

Responses
  • 200 Team successfully updated
    _id
    string (Internal ID) required

    Object internal ID

    name
    string required

    The name of the team

    managers
    array of string required

    The identifiers of the team's managers

    description
    array of objects | null (LocalizedString)

    The localized description of the team

    contact
    string | null

    The generic contact e-mail of the Team

    webhook
    object | null (Webhook Definition)

    The webhook of the team's corporate channel (Teams, Slack, Mattermost)

    displayName
    array of objects | null (LocalizedString)

    The localized display name of the team

  • 400 Unable to update team
  • 401 Authentication error
  • 403 Forbidden action
  • 404 Team not found
  • 500 Unexpected internal server error