Update a Recipient Group
Updates the name or description of an existing group.Path Parameters
| Parameter | Type | Description |
|---|---|---|
dockId | string | The dock ID |
id | string | The group ID |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Optional | Updated group name |
description | string | Optional | Updated description |
Example Request
Response
Returns the full updated group object.Error Handling
| Status | Condition |
|---|---|
401 | Missing or invalid API key |
404 | Group or dock not found |