---
title: Modify an end user license agreement
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-enduserlicenseagreements-_id_
---

# Modify an end user license agreement

Update the text or territories for your custom end user license agreement.

## URL

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

## Path Parameters

id:

## 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 :

## Discussion

Discussion Use this endpoint to change the license agreement text or associate the agreement with different App Store territories. In the following example the request contains a blank value for the agreementText attribute. Replace that attribute value with your actual agreement text. If you change the territories relationship, the new territories replace the original territories. Change the Text of a License Agreement Replace the Territories of a License Agreement with Japan and Canada

## See Also

### Creating, Modifying, and Deleting an EULA

- [Create an end user license agreement](appstoreconnectapi/post-v1-enduserlicenseagreements.md)
- [Delete an end user license agreement](appstoreconnectapi/delete-v1-enduserlicenseagreements-_id_.md)
