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

# Modify an app store version

Update the App Store version for a specific app.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the App Store version resource ID from the List all app store versions for an app 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 :

## Mentioned in

App Store Connect API 3.3 release notes Configuring alternative marketplaces and alternative marketplace apps

## See Also

### Creating and Modifying App Store Versions

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