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 75ae1b4 commit 0327309Copy full SHA for 0327309
src/Requests/CreateSingleFileDocumentRequest.php
@@ -37,6 +37,7 @@ protected function defaultBody(): array
37
return [
38
'PropertyValues' => collect($this->propertyValues)
39
->map(fn (SetProperty $propertyValue) => $propertyValue->toArray())
40
+ ->values()
41
->toArray(),
42
'Files' => $this->files,
43
];
0 commit comments