update_app_details
Modify app-level contact details and default language on Google Play. Pass only fields to change; use validate-only to check edits before committing.
Instructions
Update app-level contact details and default language. Only the fields you pass are changed. Use validate_only first to check the change without committing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) | |
| contact_email | No | Developer contact email shown on the store | |
| contact_phone | No | Developer contact phone number in E.164 format, e.g. '+41791234567' | |
| validate_only | No | Dry run: validate the change and discard the edit instead of committing it | |
| contact_website | No | Developer website URL shown on the store | |
| default_language | No | BCP-47 tag of the listing used when a user's locale has no listing, e.g. 'en-US' | |
| changes_not_sent_for_review | No | Commit without sending the changes for review (only for apps where changes are reviewed separately) |