aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files_sharing/lib/ResponseDefinitions.php2
-rw-r--r--apps/files_sharing/openapi.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_sharing/lib/ResponseDefinitions.php b/apps/files_sharing/lib/ResponseDefinitions.php
index 8e5a4dbe799..9a6ef199169 100644
--- a/apps/files_sharing/lib/ResponseDefinitions.php
+++ b/apps/files_sharing/lib/ResponseDefinitions.php
@@ -28,7 +28,7 @@ namespace OCA\Files_Sharing;
* item_size: float|int,
* item_source: int,
* item_type: 'file'|'folder',
- * label: string,
+ * label: ?string,
* mail_send: 0|1,
* mimetype: string,
* note: string,
diff --git a/apps/files_sharing/openapi.json b/apps/files_sharing/openapi.json
index 79462697883..cf557eb8096 100644
--- a/apps/files_sharing/openapi.json
+++ b/apps/files_sharing/openapi.json
@@ -578,7 +578,8 @@
]
},
"label": {
- "type": "string"
+ "type": "string",
+ "nullable": true
},
"mail_send": {
"type": "integer",