aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Http/Client
diff options
context:
space:
mode:
authorjithin-space <jithin.thankachan@gpsrenewables.com>2024-03-14 12:52:56 +0530
committerjithin-space <jithin.thankachan@gpsrenewables.com>2024-03-14 12:52:56 +0530
commit987b9846888174259dbc28329defdf6cf56d17d8 (patch)
treec4701c5281f50878cd8df72e786130ae9c1f20df /lib/public/Http/Client
parent7c11414c9b3ea1b608bcf88381b237a90af348bd (diff)
downloadnextcloud-server-987b9846888174259dbc28329defdf6cf56d17d8.tar.gz
nextcloud-server-987b9846888174259dbc28329defdf6cf56d17d8.zip
added @since 29.0.0 on comment
Diffstat (limited to 'lib/public/Http/Client')
-rw-r--r--lib/public/Http/Client/IClient.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Http/Client/IClient.php b/lib/public/Http/Client/IClient.php
index 90e7654f51d..e3135fc7aff 100644
--- a/lib/public/Http/Client/IClient.php
+++ b/lib/public/Http/Client/IClient.php
@@ -173,6 +173,7 @@ interface IClient {
* 'debug' => true,
* @return IResponse
* @throws \Exception If the request could not get completed
+ * @since 29.0.0
*/
public function patch(string $uri, array $options = []): IResponse;