revert: "fix(files_sharing): Make share labels nullable"

This reverts commit 01c4fa3ba8.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2024-10-14 15:16:13 +02:00
parent 2e4d3e4e75
commit 64dd4ce0ee
No known key found for this signature in database
GPG key ID: 45FAE7268762B400
2 changed files with 2 additions and 3 deletions

View file

@ -29,7 +29,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,
* mount-type: string,

View file

@ -583,8 +583,7 @@
]
},
"label": {
"type": "string",
"nullable": true
"type": "string"
},
"mail_send": {
"type": "integer",