beta_groups__update
Update a beta group by specifying its ID and providing a JSON request body with fields to modify, such as name, feedback settings, or public link limits.
Instructions
Update a beta group. [PATCH /v1/betaGroups/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: BetaGroupUpdateRequest). |