Merge pull request #46227 from nextcloud/backport/45608/stable27

[stable27] docs(ShareApiController): Correct note about expiry date timezone
This commit is contained in:
Stephan Orbaugh 2024-07-15 14:39:33 +02:00 committed by GitHub
commit 702e26b1bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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