---
title: Modify a beta group
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-betagroups-_id_
---

# Modify a beta group

Modify a beta group’s metadata, including changing its TestFlight public link status.

## URL

PATCH https://api.appstoreconnect.apple.com/v1/betaGroups/{id}

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource.

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 409 Conflict: The provided resource data is not valid. 422 : 429 :

## See Also

### Creating, Modifying, and Deleting Beta Groups

- [Create a beta group](appstoreconnectapi/post-v1-betagroups.md)
- [Delete a beta group](appstoreconnectapi/delete-v1-betagroups-_id_.md)
