X-API-Token: ********************
{
"destinations": [
{
"id": "string",
"type": "store"
}
],
"releaseNotes": "string",
"mandatoryUpdate": true,
"notifyTesters": true
}
curl --location --request POST 'https://api.appcenter.ms/v0.1/apps///builds//distribute' \
--header 'Content-Type: application/json' \
--header 'X-API-Token;' \
--data-raw '{
"destinations": [
{
"id": "string",
"type": "store"
}
],
"releaseNotes": "string",
"mandatoryUpdate": true,
"notifyTesters": true
}'
{
"status": "string",
"upload_id": "string"
}