Skip to content

Commit

Permalink
Merge pull request #46227 from nextcloud/backport/45608/stable27
Browse files Browse the repository at this point in the history
[stable27] docs(ShareApiController): Correct note about expiry date timezone
  • Loading branch information
sorbaugh committed Jul 15, 2024
2 parents 44644b6 + 4bf80e4 commit 702e26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 702e26b

Please sign in to comment.