mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
chore: reexport open api schemas
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
1190546598
commit
1ae986df37
1 changed files with 2 additions and 2 deletions
|
|
@ -1767,7 +1767,7 @@
|
|||
"expireDate": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "The expiry date of the share in the user's timezone at 00:00.\n 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.\n If $expireDate is not supplied or set to `null`, the system default will be used."
|
||||
},
|
||||
"note": {
|
||||
"type": "string",
|
||||
|
|
@ -2283,7 +2283,7 @@
|
|||
"sendMail": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "if the share should be send by mail.\n Considering the share already exists, no mail will be send after the share is updated.\n \t\t\t\t You will have to use the sendMail action to send the mail."
|
||||
"description": "if the share should be send by mail.\n Considering the share already exists, no mail will be send after the share is updated.\n You will have to use the sendMail action to send the mail."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue