File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -695,10 +695,7 @@ public function postCredentials(): array
695695 'method ' => 'POST ' ,
696696 'path ' => 'credentials ' ,
697697 'params ' => [
698- 'blob ' => $ this ->params ->blob (),
699- 'projectId ' => $ this ->params ->projectId (),
700- 'type ' => $ this ->params ->type ('credential ' ),
701- 'userId ' => $ this ->params ->userId (),
698+ 'credential ' => $ this ->params ->credential (),
702699 ],
703700 ];
704701 }
Original file line number Diff line number Diff line change @@ -333,4 +333,17 @@ public function blob(): array
333333 'description ' => "This does something, but it's not explained in the docs (as of writing this) " ,
334334 ];
335335 }
336+
337+ public function credential (): array
338+ {
339+ return [
340+ 'type ' => 'object ' ,
341+ 'properties ' => [
342+ 'blob ' => $ this ->blob (),
343+ 'projectId ' => $ this ->projectId (),
344+ 'type ' => $ this ->type ('credential ' ),
345+ 'userId ' => $ this ->userId (),
346+ ],
347+ ];
348+ }
336349}
You can’t perform that action at this time.
0 commit comments