Update Team
gorgias_update_teamUpdate an existing team's name, description, decoration, or member list by team ID. Provide only fields to change; member list fully replaces existing members.
Instructions
PUT /api/teams/{id} — Update an existing team by ID. All fields are optional; only provided fields are updated. The members field performs a full replacement when provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the team to update | |
| name | No | The display name of the team | |
| members | No | The full list of users to assign to the team. Replaces the existing member list entirely when provided. | |
| decoration | No | Visual display configuration for the team. Pass null to remove decoration. | |
| description | No | A longer description of the team's purpose. Pass null to clear. |