From 4bf80e4b3842cb3bc6095a4f5400e78600f7b00a Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Fri, 31 May 2024 14:32:19 +0100 Subject: [PATCH] docs(ShareApiController): Correct note about expiry date timezone Signed-off-by: fenn-cs --- apps/files_sharing/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_sharing/openapi.json b/apps/files_sharing/openapi.json index ea43488ec49..e6518ca5e64 100644 --- a/apps/files_sharing/openapi.json +++ b/apps/files_sharing/openapi.json @@ -1563,7 +1563,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