As of 2021-12-03
, the docs for the "Create job" end point does not reflect the reality of what is actually required in the POST request payload (see relevant github issue).
See attached main.py
for an example of a working payload - all the keys in the example payload must be included (e.g. "id"
, "triggers"
, "schedule"
) even though they are not specied as required in the API docs.