From 1ae986df3734eeb05193e5f3b60e2b744d2060b4 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sun, 27 Apr 2025 14:42:30 +0200 Subject: [PATCH] chore: reexport open api schemas Signed-off-by: Ferdinand Thiessen --- apps/files_sharing/openapi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/files_sharing/openapi.json b/apps/files_sharing/openapi.json index 098a769c52f..47e102e12af 100644 --- a/apps/files_sharing/openapi.json +++ b/apps/files_sharing/openapi.json @@ -1767,7 +1767,7 @@ "expireDate": { "type": "string", "nullable": true, - "description": "The expiry date of the share in the user's timezone at 00:00.\n 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.\n If $expireDate is not supplied or set to `null`, the system default will be used." }, "note": { "type": "string", @@ -2283,7 +2283,7 @@ "sendMail": { "type": "string", "nullable": true, - "description": "if the share should be send by mail.\n Considering the share already exists, no mail will be send after the share is updated.\n \t\t\t\t You will have to use the sendMail action to send the mail." + "description": "if the share should be send by mail.\n Considering the share already exists, no mail will be send after the share is updated.\n You will have to use the sendMail action to send the mail." } } }