Skip to content

Commit

Permalink
Make username and password as an option in post job binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ekasitk committed Feb 15, 2018
1 parent 3733cca commit 77ac624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataProcessing/v1/Params.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public function extra(): array
{
return [
'type' => self::OBJECT_TYPE,
'required' => true,
'required' => false,
'properties' => [
'password' => [
'type' => self::STRING_TYPE,
Expand Down

0 comments on commit 77ac624

Please sign in to comment.