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

# Modify an in-app event

Update the metadata for a specific in-app event.

## URL

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

## Path Parameters

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

## Response Codes

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

## See Also

### Endpoints

- [Read In-App Event Information](appstoreconnectapi/get-v1-appevents-_id_.md)
- [List all localizations for an in-app event](appstoreconnectapi/get-v1-appevents-_id_-localizations.md)
- [List localization IDs for an app event](appstoreconnectapi/get-v1-appevents-_id_-relationships-localizations.md)
- [List all in-app events for an app](appstoreconnectapi/get-v1-apps-_id_-appevents.md)
- [Create an in-app event](appstoreconnectapi/post-v1-appevents.md)
- [Delete an app event](appstoreconnectapi/delete-v1-appevents-_id_.md)
