passing
{
"config": "abc",
"row: {"efg"}
}
to sync action, causes internal error:
at ApiController->createJobFromParams(array('config' => 'xxxx', 'row' => array('tables' => array('xxx', 'xxxx'...
https://keboola.slack.com/archives/C09U3R1J4/p1557755384119900
|
if (isset($body["row"]) && !isset($body["config"])) { |
checks only the presence of row, but not the value
passing
to sync action, causes internal error:
at ApiController->createJobFromParams(array('config' => 'xxxx', 'row' => array('tables' => array('xxx', 'xxxx'...
https://keboola.slack.com/archives/C09U3R1J4/p1557755384119900
docker-bundle/src/Controller/ApiController.php
Line 27 in 38700b1
checks only the presence of row, but not the value