mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 09:13:15 +03: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