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

# Modify an app event localization

Update the localized metadata for a specific in-app event.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app event localization resource ID from the List all localizations for an in-app event response.

## Response Codes

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

## See Also

### Endpoints

- [Read app event localization information](appstoreconnectapi/get-v1-appeventlocalizations-_id_.md)
- [List all video clips for an app event localization](appstoreconnectapi/get-v1-appeventlocalizations-_id_-appeventvideoclips.md)
- [List app event video clip IDs for an app event localization](appstoreconnectapi/get-v1-appeventlocalizations-_id_-relationships-appeventvideoclips.md)
- [List all screenshots for an app event localization](appstoreconnectapi/get-v1-appeventlocalizations-_id_-appeventscreenshots.md)
- [List app event screenshot IDs for an app event localization](appstoreconnectapi/get-v1-appeventlocalizations-_id_-relationships-appeventscreenshots.md)
- [Create an app event localization](appstoreconnectapi/post-v1-appeventlocalizations.md)
- [Delete an app event localization](appstoreconnectapi/delete-v1-appeventlocalizations-_id_.md)
