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.
Path parameters
-
app-slug
string Required App slug
-
android-keystore-file-slug
string Required Android keystore file slug
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"
}