---
title: Modify an app store version localization
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-appstoreversionlocalizations-_id_
---

# Modify an app store version localization

Modify localized version-level information for a particular language.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the App Store version localization resource ID from the List all app store version localizations for an app store version response.

## 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 Version Localizations

- [Create an app store version localization](appstoreconnectapi/post-v1-appstoreversionlocalizations.md)
- [Delete an app store version localization](appstoreconnectapi/delete-v1-appstoreversionlocalizations-_id_.md)
