Project Settings
Update store configuration
Updates the store configuration for the specified platform. For Apple: if private keys are not provided, existing values are preserved. For Google: if service account key is not provided, existing value is preserved.
post/project-settings/stores/{platform}
Path parameters
platform'apple' | 'google' required
Store platform identifier.
Headers
Idempotency-Keystring
Unique key to ensure idempotent execution.
Request body
Response
Updated store configuration (with sensitive fields masked).
Example response
{
"url": "/v4/project-settings/stores/apple"
}