Is there any indication as to when the API capability will catch up to this change? When trying to create an event program nested under another event or a default program, I get the following error:
"success" : false ,
"warnings" : [],
"errors" : [
{
"code" : "709" ,
"message" : " An event , default or in-app program can only have an email as a child program"
}
]
... View more