Update team
Renames the team. Answers **200** with the updated team document.
**Body** (JSON):
- `name` (string, required, max 60) — the new team name.
Requires a full-access token. Teams of other organizations answer 404.
Authentication
AuthorizationBearer
Personal access token created in the Modular DS dashboard; read-only tokens can only call GET endpoints.
Path parameters
team_id
Request
This endpoint expects an object.
name
Response
200 - Team updated
data
jsonapi

