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

This reverts commit 01c4fa3ba8.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/48673/head
Ferdinand Thiessen 1 month ago
parent 2e4d3e4e75
commit 64dd4ce0ee
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
  1. 2
      apps/files_sharing/lib/ResponseDefinitions.php
  2. 3
      apps/files_sharing/openapi.json

@ -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…
Cancel
Save