aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/openapi.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/openapi.json')
-rw-r--r--apps/files_sharing/openapi.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/openapi.json b/apps/files_sharing/openapi.json
index 6808993af3f..f5a8ead3eba 100644
--- a/apps/files_sharing/openapi.json
+++ b/apps/files_sharing/openapi.json
@@ -1781,10 +1781,10 @@
{
"name": "expireDate",
"in": "query",
- "description": "Expiry date of the share using user timezone at 00:00. It means date in UTC timezone will be used.",
+ "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.",
"schema": {
"type": "string",
- "default": ""
+ "nullable": true
}
},
{