Confirm an android keystore file upload
This is the last step of uploading an android keystore file to Bitrise. Confirm the android keystore file upload and view the file on the Code Signing tab of a specific app. Read more in our Confirming the upload guide.
POST
/apps/{app-slug}/android-keystore-files/{android-keystore-file-slug}/uploaded
curl \
--request POST 'https://api.bitrise.io/v0.1/apps/{app-slug}/android-keystore-files/{android-keystore-file-slug}/uploaded' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": {
"exposed_meta_datastore": {},
"is_expose": true,
"is_protected": true,
"processed": true,
"slug": "string",
"upload_file_name": "string",
"upload_file_size": 42,
"user_env_key": "string"
}
}
Response examples (400)
{
"message": "string"
}
Response examples (401)
{
"message": "string"
}
Response examples (404)
{
"message": "string"
}
Response examples (500)
{
"message": "string"
}