mirror of
https://github.com/nextcloud/server.git
synced 2026-05-21 17:45:40 -04:00
Merge pull request #46227 from nextcloud/backport/45608/stable27
[stable27] docs(ShareApiController): Correct note about expiry date timezone
This commit is contained in:
commit
702e26b1bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue