mirror of
https://github.com/nextcloud/server.git
synced 2026-02-26 03:11:28 -05:00
docs(ShareApiController): Correct note about expiry date timezone
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
This commit is contained in:
parent
5dd5f22e3e
commit
4bf80e4b38
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