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

# Modify an app

Update app information, including bundle ID, primary locale, price schedule, and global availability.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List apps response.

## Response Codes

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

## Mentioned in

App Store Connect API 4.0 release notes

## Discussion

Discussion Example Request and Response

## See Also

### Getting and modifying app information

- [List apps](appstoreconnectapi/get-v1-apps.md)
- [Read app information](appstoreconnectapi/get-v1-apps-_id_.md)
- [Read an app’s encryption declarations](appstoreconnectapi/get-v1-apps-_id_-appencryptiondeclarations.md)
- [Read an app’s encryption declaration ids](appstoreconnectapi/get-v1-apps-_id_-relationships-appencryptiondeclarations.md)
