Skip to content

Commit

Permalink
Update engine
Browse files Browse the repository at this point in the history
  • Loading branch information
agyson committed Feb 8, 2020
1 parent 6d6810e commit 6566eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ public function upload(string $path, $contents, $mode = 'add'): array
$arguments = [
'path' => $this->normalizePath($path),
'mode' => $mode,
'autorename' => true
];

$response = $this->contentEndpointRequest('files/upload', $arguments, $contents);
Expand Down

0 comments on commit 6566eaa

Please sign in to comment.