---
title: Edit an Achievement Localization
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-gamecenterachievementlocalizations-_id_
---

# Edit an Achievement Localization

Modify localized Game Center achievement information for a particular language.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List All Localizations for an Achievement response.

## Response Codes

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

## Discussion

Discussion Example Request and Response

## See Also

### Creating, modifying, and deleting achievements localizations

- [Create a Game Center Achievement Localization](appstoreconnectapi/post-v2-gamecenterachievementlocalizations.md)
- [Modify a Game Center Achievement Localization](appstoreconnectapi/patch-v2-gamecenterachievementlocalizations-_id_.md)
- [Delete a Game Center Achievement Localization](appstoreconnectapi/delete-v2-gamecenterachievementlocalizations-_id_.md)
- [Create an Achievement Localization](appstoreconnectapi/post-v1-gamecenterachievementlocalizations.md)
- [Delete an Achievement Localization](appstoreconnectapi/delete-v1-gamecenterachievementlocalizations-_id_.md)
