v1

latestOpenAPI 3.0.32026-07-26120117318.1 KB
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

OR

Response

Updated store configuration (with sensitive fields masked).

OR

Example response

{
  "url": "/v4/project-settings/stores/apple"
}