This commit is contained in:
Alex
2025-08-07 22:19:10 +03:00
parent ca13096ec2
commit 1b00bae23a
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ interface ClientApiInterface
public function request(string $method, string $uri, array $queryParams = [], array $body = []): array;
/**
* Performs a file download at the specified URL.
* Performs a file upload at the specified URL.
*
* @param string $uri URL received from the download API.
* @param resource|string $fileContents File content (stream resource or string).