Update team settings
PATCH/api/v2/teams/:slug/
Update the team's name and/or slug. The slug in the path must match the team that owns the authenticating API key. Include only the fields you want to change.
Required permission: teams_update
Request
Responses
- 200
- 400
- 403
- 404
Team updated successfully
Validation error. Field-level errors keyed by field name.
Forbidden. Missing permissions.
Resource not found.