---
title: Commit an app store review attachment
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-appstorereviewattachments-_id_
---

# Commit an app store review attachment

Commit an app screenshot after uploading it to the App Store.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the App Store review attachment resource ID from the List all review attachments for an app store review detail response.

## Response Codes

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

## See Also

### Creating, Modifying, and Deleting Attachments

- [Create an app store review attachment](appstoreconnectapi/post-v1-appstorereviewattachments.md)
- [Delete an app store review attachment](appstoreconnectapi/delete-v1-appstorereviewattachments-_id_.md)
