Skip to content

Commit 39f7043

Browse files
committed
wip
1 parent 0327309 commit 39f7043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Requests/CreateSingleFileDocumentRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected function defaultBody(): array
3939
->map(fn (SetProperty $propertyValue) => $propertyValue->toArray())
4040
->values()
4141
->toArray(),
42-
'Files' => $this->files,
42+
'Files' => [$this->files],
4343
];
4444
}
4545

0 commit comments

Comments
 (0)