builds__app_encryption_declaration__set
Associate an app encryption declaration with a specific build by providing the declaration ID in the request body.
Instructions
Set the app encryption declaration linked to a build. [PATCH /v1/builds/{id}/relationships/appEncryptionDeclaration]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: BuildAppEncryptionDeclarationLinkageRequest). |