We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2dfd9 commit d56939fCopy full SHA for d56939f
1 file changed
src/DataProcessing/v1/Api.php
@@ -491,6 +491,11 @@ public function postJob(): array
491
'description' => 'The type of the data source object.',
492
'required' => true,
493
],
494
+ 'interface' => [
495
+ 'type' => params:: ARRAY_TYPE,
496
+ 'description' => 'The interface of the job object.',
497
+ 'required' => false
498
+ ],
499
'name' => $this->isRequired($this->params->name('job')),
500
501
];
0 commit comments