jcozar
06/18/2021, 10:01 AMKevin Kho
jcozar
06/21/2021, 7:45 AMjcozar
06/21/2021, 8:42 AMjcozar
06/21/2021, 8:59 AMcreate_flow_sla_config
and the create_flow_group_sla
mutations. I created correctly the flow_sla_config but when I try to create the flow_group_sla the response rises an internal error. I used as flow_group_id the ID obtained from the Team/Flow Groups section:
{
"errors": [
{
"path": [
"create_flow_group_sla"
],
"message": "Invalid flow group ID or SLA ID",
"extensions": {
"code": "INTERNAL_SERVER_ERROR"
}
}
],
"data": {
"create_flow_group_sla": null
}
}
Kevin Kho
jcozar
06/21/2021, 1:44 PMKevin Kho
jcozar
06/21/2021, 2:40 PM