Skip to content

Commit

Permalink
revert: "fix(files_sharing): Make share labels nullable"
Browse files Browse the repository at this point in the history
This reverts commit 01c4fa3.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Oct 14, 2024
1 parent 2e4d3e4 commit 64dd4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/files_sharing/lib/ResponseDefinitions.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* item_size: float|int,
* item_source: int,
* item_type: 'file'|'folder',
* label: ?string,
* label: string,
* mail_send: 0|1,
* mimetype: string,
* mount-type: string,
Expand Down
3 changes: 1 addition & 2 deletions apps/files_sharing/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,7 @@
]
},
"label": {
"type": "string",
"nullable": true
"type": "string"
},
"mail_send": {
"type": "integer",
Expand Down

0 comments on commit 64dd4ce

Please sign in to comment.