app_clip_default_experience_localizations__update
Update an App Clip default experience localization's subtitle by supplying its ID and a JSON:API request body with the new subtitle.
Instructions
Update an App Clip default experience localization. [PATCH /v1/appClipDefaultExperienceLocalizations/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: AppClipDefaultExperienceLocalizationUpdateRequest). |