name and subtitle in the App Information tab are not version-localization fields.Use App Info localization endpoints instead:
GET /v1/connect/apps/:appId/app-infosGET /v1/connect/app-infos/:appInfoId/localizationsPATCH /v1/connect/app-info-localizations/:localizationId
Most metadata can only be updated when the app is in an editable state (e.g.
PREPARE_FOR_SUBMISSION). Promotional text can be updated at any time, even when the app is live.List Localizations
Path Parameters
Response
Attribute Reference
Get Localization
Update Localization
Request Body
Create Localization
locale is required; all attributes are optional and can be patched later. For App Information languages (name, subtitle), use POST /v1/connect/app-infos/:appInfoId/localizations with { "locale": "de-DE", "attributes": { "name": "...", "subtitle": "..." } }.

