mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
chore(server): enable swagger to take class validator rules into account (#9022)
* enable swagger to take class validator rules into account * chore: open api
This commit is contained in:
@@ -17,6 +17,7 @@ class SystemConfigTrashDto {
|
||||
required this.enabled,
|
||||
});
|
||||
|
||||
/// Minimum value: 0
|
||||
int days;
|
||||
|
||||
bool enabled;
|
||||
|
||||
Reference in New Issue
Block a user