You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/files_sharing/openapi.json
+183Lines changed: 183 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1755,6 +1755,15 @@
1755
1755
"type": "string",
1756
1756
"nullable": true,
1757
1757
"description": "Additional attributes for the share"
1758
+
},
1759
+
"sendMail": {
1760
+
"type": "string",
1761
+
"nullable": true,
1762
+
"enum": [
1763
+
"false",
1764
+
"true"
1765
+
],
1766
+
"description": "Send a mail to the recipient"
1758
1767
}
1759
1768
}
1760
1769
}
@@ -2256,6 +2265,11 @@
2256
2265
"type": "string",
2257
2266
"nullable": true,
2258
2267
"description": "New additional attributes"
2268
+
},
2269
+
"sendMail": {
2270
+
"type": "string",
2271
+
"nullable": true,
2272
+
"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."
0 commit comments