diff --git a/api/jobs.go b/api/jobs.go index 0caa4366c..fcd103b52 100644 --- a/api/jobs.go +++ b/api/jobs.go @@ -191,6 +191,7 @@ type PeriodicConfig struct { type Job struct { Region string ID string + ParentID string Name string Type string Priority int