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

# Modify an app screenshot

Commit an app screenshot after uploading it.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app screenshot resource ID from the List all app screenshots for an app screenshot set 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 Screenshots

- [Create an app screenshot](appstoreconnectapi/post-v1-appscreenshots.md)
- [Delete an app screenshot](appstoreconnectapi/delete-v1-appscreenshots-_id_.md)
