Upload a new bitrise.yml for your application.
Upload a new bitrise.yml for your application.
POST
/apps/{app-slug}/bitrise.yml
curl \
--request POST 'https://api.bitrise.io/v0.1/apps/{app-slug}/bitrise.yml' \
--header "Authorization: $API_KEY" \
--data '{"app_config_datastore_yaml":{}}'
Request examples
{
"app_config_datastore_yaml": {}
}
Response examples (200)
{
"additionalProperty1": "string",
"additionalProperty2": "string"
}
Response examples (400)
{
"message": "string"
}
Response examples (401)
{
"message": "string"
}
Response examples (404)
{
"message": "string"
}
Response examples (500)
{
"error_msg": "string"
}