Projects V2

Update Application Settings in Project

Updates platform-scoped application settings. Only settings supported by the application's platform are accepted. Requires applications:write scope.

patch/v2/projects/{id}/applications/{application_id}/settings

Path parameters

idstring required

Project ID

Project ID

application_idstring required

Application ID

Application ID

Request body

namestring

Display name of the application

app_idstring nullable

App Store or Play Store app ID

bundle_idstring nullable

Bundle identifier (iOS) or package name (Android)

revenue_cat_public_api_keystring nullable

RevenueCat public API key

apple_url_schemestring nullable

URL scheme used for deep links on mobile

notification_redirect_urlstring nullable

Notification redirect URL for iOS applications

team_idstring nullable

Apple Developer Team ID for iOS applications

android_app_fingerprintsstring[] nullable

Android app signing certificate fingerprints

support_urlstring nullable

Support URL shown during web checkout redemption

support_emailstring nullable

Reply-to support email for web checkout emails

application_iconstring nullable

Custom application icon URL shown on management pages and in emails

redeemable_on_desktopboolean nullable

Whether web purchases can be redeemed on desktop devices

web_2_app_disable_customer_emailsboolean nullable

Whether Superwall post-purchase customer emails are disabled

app_store_connect_shared_secretstring nullable

App Store Connect shared secret

stripe_private_keystring nullable

Stripe private key for web/stripe applications

apple_small_business_start_datestring nullable

Apple Small Business Program start date (ISO-8601 string)

apple_small_business_end_datestring nullable

Apple Small Business Program end date (ISO-8601 string)

Response

Success

object'application_settings_update' required

Object type, always application_settings_update

project_idstring required

Project ID

application_idstring required

Application ID

updatedtrue required

Whether the settings were updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.