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

# Modify an app info localization

Modify localized app-level information for a particular language.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app info localization resource ID from the List all app info localizations for an app info 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 Localized App Information

- [Create an app info localization](appstoreconnectapi/post-v1-appinfolocalizations.md)
- [Delete an app info localization](appstoreconnectapi/delete-v1-appinfolocalizations-_id_.md)
