Request
Path parameters
| Parameter | Type | Description |
|---|---|---|
slug | string | Current team slug |
Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | No | New team name. Max 50 characters. |
slug | string | No | New team slug. Must be globally unique. |
PATCH /api/teams/:slug
| Parameter | Type | Description |
|---|---|---|
slug | string | Current team slug |
| Field | Type | Required | Description |
|---|---|---|---|
name | string | No | New team name. Max 50 characters. |
slug | string | No | New team slug. Must be globally unique. |