---
title: Modify a build
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-builds-_id_
---

# Modify a build

Expire a build or change its encryption exemption setting.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the build resource ID from the List builds 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.0 release notes

## Discussion

Discussion Example Request and Response

## See Also

### Modifying Builds

- [Assign the app encryption declaration for a build](appstoreconnectapi/patch-v1-builds-_id_-relationships-appencryptiondeclaration.md)
