X-API-Token: ********************
{
"installation_id": "string",
"repo_url": "https://github.com/foo/bar.git",
"repo_id": "string",
"external_user_id": "string",
"service_connection_id": "string"
}
curl --location --request POST 'https://api.appcenter.ms/v0.1/apps///repo_config' \
--header 'Content-Type: application/json' \
--header 'X-API-Token;' \
--data-raw '{
"installation_id": "string",
"repo_url": "https://github.com/foo/bar.git",
"repo_id": "string",
"external_user_id": "string",
"service_connection_id": "string"
}'
{
"message": "string"
}