mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
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:
parent
2e4d3e4e75
commit
64dd4ce0ee
2 changed files with 2 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -583,8 +583,7 @@
|
|||
]
|
||||
},
|
||||
"label": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
"type": "string"
|
||||
},
|
||||
"mail_send": {
|
||||
"type": "integer",
|
||||
|
|
|
|||
Loading…
Reference in a new issue