---
title: Modify a game center detail for an app
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-gamecenterdetails-_id_
---

# Modify a game center detail for an app

Edit challenge state, default leaderboards, and groups.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the Game Center detail resource ID from the Read the state of game center for an app response.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 409 Conflict: 422 : 429 :

## Mentioned in

App Store Connect API 4.0 release notes App Store Connect API 4.2 release notes

## See Also

### Creating and editing Game Center details

- [Enable game center for an app](appstoreconnectapi/post-v1-gamecenterdetails.md)
- [Modify the Achievements for a Game Center Detail](appstoreconnectapi/patch-v1-gamecenterdetails-_id_-relationships-gamecenterachievementsv2.md)
- [Modify the Leaderboard Sets for a Game Center Detail](appstoreconnectapi/patch-v1-gamecenterdetails-_id_-relationships-gamecenterleaderboardsetsv2.md)
- [Modify the Leaderboards for a Game Center Detail](appstoreconnectapi/patch-v1-gamecenterdetails-_id_-relationships-gamecenterleaderboardsv2.md)
- [Modify the associated leaderboard sets for a game center detail](appstoreconnectapi/patch-v1-gamecenterdetails-_id_-relationships-gamecenterleaderboardsets.md)
- [Modify the associated leaderboards for a game center detail](appstoreconnectapi/patch-v1-gamecenterdetails-_id_-relationships-gamecenterleaderboards.md)
- [Modify the challenges minimum platform version for a game center detail](appstoreconnectapi/patch-v1-gamecenterdetails-_id_-relationships-challengesminimumplatformversions.md)
