We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0327309 commit 39f7043Copy full SHA for 39f7043
src/Requests/CreateSingleFileDocumentRequest.php
@@ -39,7 +39,7 @@ protected function defaultBody(): array
39
->map(fn (SetProperty $propertyValue) => $propertyValue->toArray())
40
->values()
41
->toArray(),
42
- 'Files' => $this->files,
+ 'Files' => [$this->files],
43
];
44
}
45
0 commit comments