Код: Выделить всё
https://api.appstoreconnect.apple.com/v1/betaTesters/USERID/relationships/betaGroups
Код: Выделить всё
{"data": [
{
"id": "BETA-GROUP-ID",
"type": "betaGroups"
}
]}
Код: Выделить всё
{
"errors": [
{
"id": "....",
"status": "409",
"code": "STATE_ERROR",
"title": "The request cannot be fulfilled because of the state of another resource.",
"detail": "Tester(s) cannot be assigned"
}
]
}
Подробнее здесь: https://stackoverflow.com/questions/793 ... oreconnect