Patch a team
PATCH/v1/teams/:name
This route allows you to patch 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 patch.
- application/json
Body
name string
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
- 200
Default Response
Loading...