Skip to content

Commit 6136112

Browse files
committed
docs(ShareApiController): Correct note about expiry date timezone
Signed-off-by: fenn-cs <[email protected]>
1 parent beececf commit 6136112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/files_sharing/lib/Controller/ShareAPIController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ public function deleteShare(string $id): DataResponse {
512512
* @param string $publicUpload If public uploading is allowed
513513
* @param string $password Password for the share
514514
* @param string|null $sendPasswordByTalk Send the password for the share over Talk
515-
* @param ?string $expireDate The expiry date of the share in the user's timezone (UTC) at 00:00.
515+
* @param ?string $expireDate The expiry date of the share in the user's timezone at 00:00.
516516
* If $expireDate is not supplied or set to `null`, the system default will be used.
517517
* @param string $note Note for the share
518518
* @param string $label Label for the share (only used in link and email)

apps/files_sharing/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@
17811781
{
17821782
"name": "expireDate",
17831783
"in": "query",
1784-
"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.",
1784+
"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.",
17851785
"schema": {
17861786
"type": "string",
17871787
"nullable": true

0 commit comments

Comments
 (0)