App Store Connect API: When I use betaBuildLocalizations in the App Store Connect API to create the What Is Test, I return a status code of 422
When I use betaBuildLocalizations in the App Store Connect API to create the What Is Test, I return a status code of 422
Code:
{
"errors" : [ {
"id" : "b017bfc7-9413-49f1-84a0-f16f23bf60ff",
"status" : "422",
"code" : "ENTITY_UNPROCESSABLE",
"title" : "The request entity is not a valid request document object",
"detail" : "Unexpected error",
"meta" : {
"position" : {
"row" : 1,
"column" : 1
}
}
} ]
}
Response:
{
"errors" : [ {
"id" : "b017bfc7-9413-49f1-84a0-f16f23bf60ff",
"status" : "422",
"code" : "ENTITY_UNPROCESSABLE",
"title" : "The request entity is not a valid request document object",
"detail" : "Unexpected error",
"meta" : {
"position" : {
"row" : 1,
"column" : 1
}
}
} ]
}
MacBook Pro 13″, macOS 10.14