Hello,
I am trying to register an app via the api.
I cannot finish the registration. when I send a request to https://api.bitrise.io/v0.1/apps/APP-SLUG/finish, I get a 400 http error with this message {“error_msg”:“Failed to save project”}
The request body is as follows:
{
“project_type”: “android”,
“stack_id”: “linux-docker-android”,
“config”: “default-android-config”,
“mode”: “manual”,
“envs”: {},
“organization_slug”: “XXXXXXXXXXXXX”
}
I am not sure why I getting this error. If anybody has an idea or knows the reason that would be great.
Thank you for your help in advance!
P.S. This thread looked promising, but it was missing an answer at the end!