Skip to content

Commit 77ac624

Browse files
committed
Make username and password as an option in post job binary
1 parent 3733cca commit 77ac624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataProcessing/v1/Params.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ public function extra(): array
332332
{
333333
return [
334334
'type' => self::OBJECT_TYPE,
335-
'required' => true,
335+
'required' => false,
336336
'properties' => [
337337
'password' => [
338338
'type' => self::STRING_TYPE,

0 commit comments

Comments
 (0)