Перед распределением выпусков по группам, пожалуйста, добавьте еще одну команду:
curl -X PATCH \
"https://api.appcenter.ms/v0.1/apps/{owner_name}/{app_name}/releases/Release_Id" \
-H "accept: application/json" \
-H "Content-Type: application/json" \
-H "X-API-Token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
-d '{ "distribution_group_name": "provide group name", "distribution_group_id": "provide group id", "release_notes": "your notes", "mandatory_update": true }'
выше URL передаст примечания к выпуску и выпуски в группы
, затем выполните действие ниже, как в do c :
curl -X POST \
"https://api.appcenter.ms/v0.1/apps/JoshuaWeber/APIExample/releases/2/groups"
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'X-API-Token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
-d '{ "id": "10d82aa2-8449-499f-b6d3-44a855058eca", "mandatory_update": false, "notify_testers": false }' \