Contents

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

NameTypeDescription
id Requiredstring

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
EndUserLicenseAgreementResponse

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

404Not Found
Content-Type: application/json
ErrorResponse

Resource not found.

409Conflict
Content-Type: application/json
ErrorResponse

The provided resource data is not valid.

422
Content-Type: application/json
ErrorResponse

429
Content-Type: application/json
ErrorResponse

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

HTTP Body

See Also

Creating, Modifying, and Deleting an EULA