v1

latestSwagger 2.0MIT2026-08-06120162320.1 KB
android-keystore-file

Create an Android keystore file

Add a new Android keystore file to an app. keystore_file_name is required if there is already an existing keystore file for the app. It will determine the environment variable key to be used to refer to the keystore file in builds. E.g. BITRISE_ANDROID_KEYSTORE_<keystore_file_name>_URL. The keystore_file_name can only contain letters, numbers, and underscores.

post/apps/{app-slug}/android-keystore-files

Path parameters

app-slugstring required

App slug

Request body

aliasstring required
keystore_file_namestring
passwordstring required
private_key_passwordstring required
upload_file_namestring required
upload_file_sizeinteger required

Response

Created