Skip to content

Commit d56939f

Browse files
committed
Add sahara job interface
1 parent 3a2dfd9 commit d56939f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/DataProcessing/v1/Api.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,11 @@ public function postJob(): array
491491
'description' => 'The type of the data source object.',
492492
'required' => true,
493493
],
494+
'interface' => [
495+
'type' => params:: ARRAY_TYPE,
496+
'description' => 'The interface of the job object.',
497+
'required' => false
498+
],
494499
'name' => $this->isRequired($this->params->name('job')),
495500
],
496501
];

0 commit comments

Comments
 (0)