Skip to main content

Change a team

PUT 

/v1/teams/:name

This route allows you to change a team's details. This can be used to update the team's name, users, and description.

To learn more about teams, check out the documentation.

Request

Path Parameters

    name stringrequired

    The name of the team you want to change.

Body

required

    name stringrequired

    The new name of the team.

    users string[]

    One or more e-mail addresses of users to add to the new team. This will override the existing user list.

    description string

    The new description of the team.

Responses

Default Response

Loading...