diff options
author | F. E Noel Nfebe <fenn25.fn@gmail.com> | 2024-07-02 11:02:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 11:02:41 +0100 |
commit | b94bcef5c885417802aa8c81c7b3fadbf624a58e (patch) | |
tree | 8d6eee9dd825b5c1e4581122ec5a57107071d188 /apps/files_sharing | |
parent | 11323fbb5561962e3fda5b816fe34544ef938624 (diff) | |
parent | 78f4fb67ac3aa0dd464ac26454ee7b408783e3a5 (diff) | |
download | nextcloud-server-b94bcef5c885417802aa8c81c7b3fadbf624a58e.tar.gz nextcloud-server-b94bcef5c885417802aa8c81c7b3fadbf624a58e.zip |
Merge pull request #46228 from nextcloud/backport/45608/stable29
[stable29] docs(ShareApiController): Correct note about expiry date timezone
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/lib/Controller/ShareAPIController.php | 2 | ||||
-rw-r--r-- | apps/files_sharing/openapi.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/lib/Controller/ShareAPIController.php b/apps/files_sharing/lib/Controller/ShareAPIController.php index b99f063d465..dce09612fbd 100644 --- a/apps/files_sharing/lib/Controller/ShareAPIController.php +++ b/apps/files_sharing/lib/Controller/ShareAPIController.php @@ -549,7 +549,7 @@ class ShareAPIController extends OCSController { * @param string $publicUpload If public uploading is allowed * @param string $password Password for the share * @param string|null $sendPasswordByTalk Send the password for the share over Talk - * @param ?string $expireDate The expiry date of the share in the user's timezone (UTC) at 00:00. + * @param ?string $expireDate The expiry date of the share in the user's timezone at 00:00. * If $expireDate is not supplied or set to `null`, the system default will be used. * @param string $note Note for the share * @param string $label Label for the share (only used in link and email) diff --git a/apps/files_sharing/openapi.json b/apps/files_sharing/openapi.json index f5a8ead3eba..87f36d4331f 100644 --- a/apps/files_sharing/openapi.json +++ b/apps/files_sharing/openapi.json @@ -1781,7 +1781,7 @@ { "name": "expireDate", "in": "query", - "description": "The expiry date of the share in the user's timezone (UTC) at 00:00. If $expireDate is not supplied or set to `null`, the system default will be used.", + "description": "The expiry date of the share in the user's timezone at 00:00. If $expireDate is not supplied or set to `null`, the system default will be used.", "schema": { "type": "string", "nullable": true |